X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=adu.c;h=b227589dbbb8e5f467421178c1d78ae052e1efb0;hb=0194c573c16dce254095636e303d9cda80898025;hp=dd74ca46f4932ec39a89d070092eb4705f5cbfe5;hpb=22a0aa79753b19604a6fa4273f1479ef71dbf06d;p=adu.git diff --git a/adu.c b/adu.c index dd74ca4..b227589 100644 --- a/adu.c +++ b/adu.c @@ -12,7 +12,7 @@ * - Modes of operation: \ref select.c, \ref create.c, \ref interactive.c * - 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 + * - Library-type functions: \ref fd.c, \ref format.c, \ref string.c, \ref portable_io.h, \ref bloom.c */ #include "adu.h" @@ -221,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;