Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / comp.c
index 67cf83b..9c915bf 100644 (file)
@@ -296,5 +296,6 @@ edit_it:
     if (nwhat)
        done (0);
     what_now (ed, nedit, use, drft, NULL, 0, NULLMP, NULL, 0, cwd);
-    return done (1);
+    done (1);
+    return 1;
 }