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;

Reply via email to