Make gcc not whine about "deprecated use of label at end of compound statement"

This commit is contained in:
Eric Andersen 2003-06-20 09:20:28 +00:00
parent c9e7024924
commit 1b2e7c3b2a

View File

@ -105,6 +105,7 @@ static void perform_renew(void)
state = INIT_SELECTING;
break;
case INIT_SELECTING:
break;
}
/* start things over */