Added a comment bemoaning the lack of aliasing on the From: header and
[mmh] / uip / prompter.c
index fa1bfae..e1f0e8d 100644 (file)
@@ -397,7 +397,7 @@ no_body:
     unlink (tmpfil);
 
     context_save ();   /* save the context file */
-    done (0);
+    return done (0);
 }