X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=format.c;h=e8a9a28617656700fda8352ec82bd1fb2517e144;hp=f1d1247074da8c97c41368aa3663b037dbbfc4bd;hb=59af25aafd51b706ed67784aa84332965c31bb26;hpb=3bb9b0ca535be1eb28b64972bdf0e205e6afc93e diff --git a/format.c b/format.c index f1d1247..e8a9a28 100644 --- a/format.c +++ b/format.c @@ -14,6 +14,7 @@ #include "error.h" #include "format.h" +/** The three different alignment types. */ enum alignment {ALIGN_LEFT, ALIGN_RIGHT, ALIGN_CENTER}; struct num_format {