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

1_00_stable_10817
Eric Andersen 2003-06-20 09:20:28 +00:00
parent c9e7024924
commit 1b2e7c3b2a
1 changed files with 1 additions and 0 deletions

View File

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