X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frmm.c;h=21a0f901f8418593eb2bca7ece22dcbf507cb12a;hb=7736b0a60c15cc20db0ba8c3e0fe8e11d1c78c20;hp=1b09907a5b8932e5a7d48511d14506de645588fb;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/rmm.c b/uip/rmm.c index 1b09907..21a0f90 100644 --- a/uip/rmm.c +++ b/uip/rmm.c @@ -147,5 +147,5 @@ main (int argc, char **argv) context_replace (pfolder, folder); /* update current folder */ context_save (); /* save the context file */ folder_free (mp); /* free folder structure */ - done (0); + return done (0); }