]> diplodocus.org Git - nmh/blobdiff - uip/comp.c
Upped the version number to 1.0.3. If we don't do this, then when people report
[nmh] / uip / comp.c
index e40c968805f09782b8d67bcbca365097440e6045..d380b521b6e235ddc6b5f77e0a97d0c5c20ae127 100644 (file)
@@ -302,5 +302,5 @@ edit_it:
     if (nwhat)
        done (0);
     what_now (ed, nedit, use, drft, NULL, 0, NULLMP, NULL, 0, cwd);
-    done (1);
+    return done (1);
 }