Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / repl.c
index 7a1aca1..4584b67 100644 (file)
@@ -442,7 +442,8 @@ try_it_again:
        done (0);
     what_now (ed, nedit, NOUSE, drft, msg, 0, mp,
            anot ? "Replied" : NULL, inplace, cwd);
-    return done (1);
+    done (1);
+    return 1;
 }
 
 void