X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/df6971a59e8d01dcfe605bbac949b7d4b3ab0a92..97bc9119e91a9a6d084b6070c8aecbab91393e70:/uip/mhstore.c?ds=inline diff --git a/uip/mhstore.c b/uip/mhstore.c index 7814dd27..e491dd90 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -145,10 +145,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 AUTOSW: autosw++; @@ -231,8 +231,6 @@ do_cache: parts[npart] = NULL; types[ntype] = NULL; - set_endian (); - /* * Check if we've specified an additional profile */