Module Name:    xsrc
Committed By:   christos
Date:           Sat Sep  5 14:24:08 UTC 2015

Modified Files:
        xsrc/external/mit/ctwm/dist: events.c

Log Message:
CID 1322897: Add missing FALLTHROUGH comment


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/ctwm/dist/events.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/ctwm/dist/events.c
diff -u xsrc/external/mit/ctwm/dist/events.c:1.2 xsrc/external/mit/ctwm/dist/events.c:1.3
--- xsrc/external/mit/ctwm/dist/events.c:1.2	Sat Sep  5 10:17:36 2015
+++ xsrc/external/mit/ctwm/dist/events.c	Sat Sep  5 10:24:08 2015
@@ -1123,6 +1123,7 @@ void HandleKeyPress(void)
 			break;
 		    case ' ' :
 			offset = 1;
+			/*FALLTHROUGH*/
 		    default :
 			if (((Scr->IgnoreCaseInMenuSelection) &&
 			    (keynam [0] == Tolower (item->item [offset]))) ||

Reply via email to