]> git.marmaro.de Git - mmh/blobdiff - uip/termsbr.c
Eliminated compilation warnings.
[mmh] / uip / termsbr.c
index 77af4680fadf1c85143e1c615419780ff82a644a..28aaa8f5088920caacf8202c162c743f2ecf382b 100644 (file)
@@ -170,7 +170,7 @@ sc_length (void)
 static int
 outc (int c)
 {
-    putchar(c);
+    return putchar(c);
 }