]> git.marmaro.de Git - mmh/blobdiff - uip/popi.c
Put in a prototype for client() to get rid of the "default prototype" warning.
[mmh] / uip / popi.c
index 59ab61aead8d66bacfef2167d3e8ec3ce05e0d54..a48c2234e8c18f4dc80f7db29905777411061ab2 100644 (file)
@@ -255,9 +255,7 @@ main (int argc, char **argv)
     seq_setunseen (mp, 0);             /* set the Unseen-Sequence */
     seq_save (mp);
     context_save ();                   /* save the context file   */
-    done (0);
-
-    /* NOTREACHED */
+    return done (0);
 }