X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstore.c;h=e491dd9038748139abd6df294f04233db6b510e4;hb=8139180649a758e0766757952e87b20e88fdd3ed;hp=7814dd276d6516f09088e15b3d56f97c44ab5cc8;hpb=df6971a59e8d01dcfe605bbac949b7d4b3ab0a92;p=mmh diff --git a/uip/mhstore.c b/uip/mhstore.c index 7814dd2..e491dd9 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 */