X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=format.c;fp=format.c;h=e8a9a28617656700fda8352ec82bd1fb2517e144;hp=f1d1247074da8c97c41368aa3663b037dbbfc4bd;hb=d2ce6e60cb915dff3a0920a0b48f786435bd4ec8;hpb=7c5fafb3a13d58cdfc96f90b74972f7d9f7adef1 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 {