Author: cy
Date: Wed May  9 19:05:27 2018
New Revision: 333427
URL: https://svnweb.freebsd.org/changeset/base/333427

Log:
  Fix style error introduced in r333393.
  
  Reported by:  jhb, imp, phk
  MFC after:    6 days
  X-MFC with:   r333393

Modified:
  head/sys/contrib/ipfilter/netinet/fil.c

Modified: head/sys/contrib/ipfilter/netinet/fil.c
==============================================================================
--- head/sys/contrib/ipfilter/netinet/fil.c     Wed May  9 18:51:35 2018        
(r333426)
+++ head/sys/contrib/ipfilter/netinet/fil.c     Wed May  9 19:05:27 2018        
(r333427)
@@ -1299,7 +1299,7 @@ ipf_pr_icmp(fin)
                        }
                }
 #endif
-               /* fallthrough is intentional */
+               /* FALLTHROUGH */
        case ICMP_SOURCEQUENCH :
        case ICMP_REDIRECT :
        case ICMP_TIMXCEED :
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to