]> git.marmaro.de Git - mmh/blobdiff - uip/mark.c
Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / uip / mark.c
index 2bbba6d82f09eb8e4c3904359c29e9613e597af9..9bd45619932afc8c97b808b2e5052ecaa90cb1e8 100644 (file)
@@ -249,7 +249,7 @@ main (int argc, char **argv)
     context_replace (pfolder, folder); /* update current folder         */
     context_save ();                   /* save the context file         */
     folder_free (mp);                  /* free folder/message structure */
-    done (0);
+    return done (0);
 }