]> git.marmaro.de Git - mmh/blobdiff - uip/anno.c
Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / uip / anno.c
index c318a2278b579cf36328bb12d9f70029abe75f0d..34cd5daad59e90bb5ba0ecc989ea1a343d0139d4 100644 (file)
@@ -178,7 +178,7 @@ main (int argc, char **argv)
     seq_save (mp);     /* synchronize message sequences */
     folder_free (mp);  /* free folder/message structure */
     context_save ();   /* save the context file         */
-    done (0);
+    return done (0);
 }