]> diplodocus.org Git - nmh/blobdiff - uip/send.c
Typecast to get rid of warnings that array index into types[] is a char.
[nmh] / uip / send.c
index 2370ea4cffceef5323d4bd46550c7da5153a1779..b98d89a8406b1b0055a6b0041f8aaf8c72a2b56e 100644 (file)
@@ -428,5 +428,5 @@ go_to_it:
     }
 
     context_save ();   /* save the context file */
-    done (status);
+    return done (status);
 }