svn commit: samba r14976 - in branches/SAMBA_4_0/source/lib/util: .

tridge at samba.org tridge at samba.org
Sat Apr 8 02:40:15 GMT 2006


Author: tridge
Date: 2006-04-08 02:40:15 +0000 (Sat, 08 Apr 2006)
New Revision: 14976

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14976

Log:

another use of the magic comment recognised by the IBM checker for
deliberate fall through in switch

Modified:
   branches/SAMBA_4_0/source/lib/util/util_file.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/util/util_file.c
===================================================================
--- branches/SAMBA_4_0/source/lib/util/util_file.c	2006-04-08 02:36:28 UTC (rev 14975)
+++ branches/SAMBA_4_0/source/lib/util/util_file.c	2006-04-08 02:40:15 UTC (rev 14976)
@@ -82,6 +82,7 @@
 	case ' ':
 	  if (start_of_line)
 	    break;
+	  /* fall through */
 	default:
 	  start_of_line = False;
 	  s[len++] = c;



More information about the samba-cvs mailing list