]> git.marmaro.de Git - mmh/blobdiff - uip/rmf.c
Eliminated compilation warnings.
[mmh] / uip / rmf.c
index 059e607503f5ee88c222af6c66943592f8573853..9b12304b56b685b7eea74a2a5737ff31774c76ac 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -115,7 +115,7 @@ main (int argc, char **argv)
        context_replace (pfolder, newfolder);   /* update current folder */
     }
     context_save ();   /* save the context file */
        context_replace (pfolder, newfolder);   /* update current folder */
     }
     context_save ();   /* save the context file */
-    done (0);
+    return done (0);
 }
 
 static int
 }
 
 static int