Skip to content
Commit dd1c1853 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICAST



Modern versions of gcc do not like case statements at the end of a block
statement: you need at least an empty statement.  Using just a "break;"
is preferred for visual style.

Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d195ea4b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment