X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=adu.c;h=82c876a96eb550956f60db458207c2777e67cb86;hb=7231c544e2ee3f53f5b2c8bc393b7fd1e0b8d0a7;hp=b8c7b68f905b2448aa069eb2d6820e029ca42baf;hpb=66f28f8d1a9562cdba6f1611a06f23f13ee15469;p=adu.git diff --git a/adu.c b/adu.c index b8c7b68..82c876a 100644 --- a/adu.c +++ b/adu.c @@ -13,7 +13,6 @@ * - User handling: \ref user.c * - Error handling: \ref error.h * - Library-type functions: \ref fd.c, \ref format.c, \ref string.c, \ref portable_io.h - * - Generated files: \ref cmdline.h, \ref select.cmdline.h */ #include "adu.h" @@ -32,7 +31,7 @@ DEFINE_ERRLIST; /** - * The error code of the last osl library function. + * The error code of the last called osl library function. * * \sa osl(). */ @@ -222,7 +221,7 @@ static int check_args(void) return 1; } -static int print_complete_help_and_die(void) +static void print_complete_help_and_die(void) { const char **line;