]> diplodocus.org Git - nmh/blobdiff - uip/ap.c
Don't use MB_CUR_MAX if we aren't compiled with multibyte support.
[nmh] / uip / ap.c
index 85683f933601723eacc9e1e2f15885eda3367ba3..ea2d36d776e039afe3e73fe06bfe0a0be185674e 100644 (file)
--- a/uip/ap.c
+++ b/uip/ap.c
@@ -151,7 +151,8 @@ main (int argc, char **argv)
     for (addrp = 0; addrs[addrp]; addrp++)
        status += process (addrs[addrp], width, normalize);
 
-    return done (status);
+    done (status);
+    return 1;
 }
 
 struct pqpair {