changeset 50:cd90dec5303d

Fixed clang warning about no return on Mac.
author Brian Smith <brian@dbsoft.org>
date Fri, 06 Apr 2012 05:53:17 -0500
parents 711075dc6532
children 6afd9bcf7ef9
files cc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cc.c	Fri Apr 06 05:40:55 2012 -0500
+++ b/cc.c	Fri Apr 06 05:53:17 2012 -0500
@@ -421,6 +421,7 @@
 
 	}
 	display_destroy();
+	return FALSE;
 }
 
 void display_destroy_monitor(int entry)