]> git.marmaro.de Git - mmh/blobdiff - uip/send.c
Return type of (*done)() changed to void. default_done() replaced by
[mmh] / uip / send.c
index 784947215145d20070de06b9ecd2a7310e4dcabc..196af625a9aaf0a7b587fa15a38ff41038776f31 100644 (file)
@@ -473,5 +473,6 @@ go_to_it:
     }
 
     context_save ();   /* save the context file */
-    return done (status);
+    done (status);
+    return 1;
 }