[Mit-cadr-cvs] r330 - trunk/emulator/chaos

ggilley at common-lisp.net ggilley at common-lisp.net
Mon Nov 19 06:59:50 UTC 2012


Author: ggilley
Date: Sun Nov 18 22:59:50 2012
New Revision: 330

Log:
fix warning

Modified:
   trunk/emulator/chaos/chlib.c

Modified: trunk/emulator/chaos/chlib.c
==============================================================================
--- trunk/emulator/chaos/chlib.c	Sun Nov 18 22:41:48 2012	(r329)
+++ trunk/emulator/chaos/chlib.c	Sun Nov 18 22:59:50 2012	(r330)
@@ -219,5 +219,6 @@
 	chr.cr_reason = string;
 	chr.cr_length = strlen(string);
 //	return ioctl(fd, CHIOCREJECT, &chr);
+	return 0;
 }
 




More information about the mit-cadr-cvs mailing list