From: Dan Harkless Date: Fri, 16 Jul 1999 00:47:33 +0000 (+0000) Subject: Changed call of done() to return of done() to eliminate compilation warning. X-Git-Tag: nmh-1_0~171 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=f3897a21dafb3e2219520a45052b2618620910c4 Changed call of done() to return of done() to eliminate compilation warning. --- diff --git a/uip/ali.c b/uip/ali.c index bbbf0c1..54c8b05 100644 --- a/uip/ali.c +++ b/uip/ali.c @@ -164,7 +164,7 @@ main (int argc, char **argv) } } - done (0); + return done (0); } void