]> git.marmaro.de Git - mmh/blobdiff - uip/refile.c
Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / uip / refile.c
index 83e56395b6be6b3cdf0d3428366c8a6ba887c820..906ea4aa7ba22b857b1df1a27be30d5514a219fe 100644 (file)
@@ -280,7 +280,7 @@ 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);
 }