Make gcc not whine about "deprecated use of label at end of compound statement"
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index 4612c41..d18cb42 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -105,6 +105,7 @@
 		state = INIT_SELECTING;
 		break;
 	case INIT_SELECTING:
+		break;
 	}
 
 	/* start things over */