X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhlist.c;h=72b91d1dff4249acbb82f61a4201a400481cceac;hb=1a02dc347cf3d583b8b2e4a57e9ff32cf82240e9;hp=664be9f6b8fe5c8e7378b25abca845e25c20200c;hpb=d45c3d28d788129428036fd7f26fa417beccd93e;p=mmh diff --git a/uip/mhlist.c b/uip/mhlist.c index 664be9f..72b91d1 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -94,7 +94,6 @@ CT parse_mime (char *); /* mhmisc.c */ int part_ok (CT, int); int type_ok (CT, int); -void set_endian (void); void flush_errors (void); /* mhlistsbr.c */ @@ -152,10 +151,10 @@ main (int argc, char **argv) snprintf (buf, sizeof(buf), "%s [+folder] [msgs] [switches]", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case RCACHESW: icachesw = &rcachesw;