GCC 3.1 cleanup - add a break after default: at the end of a switch

statement.
This commit is contained in:
Murray Stokely 2002-04-07 12:05:05 +00:00
parent 3847d1fda8
commit 123b2d4a74
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94075

View File

@ -540,6 +540,7 @@ print_entry(struct sockaddr_dl *sdl,
printf(" [vlan]");
break;
default:
break;
}
if (sdl->sdl_rcf != NULL) {
printf(" rt=%x", ntohs(sdl->sdl_rcf));