Remove a 'break' that was accidentally left over
commitb0115de33336cda96cb3c0637a7985c7c5b436ac
authorJohannes Sixt <johannes.sixt@telecom.at>
Mon, 23 Jun 2008 08:57:56 +0000 (23 10:57 +0200)
committerJohannes Sixt <johannes.sixt@telecom.at>
Mon, 23 Jun 2008 08:57:56 +0000 (23 10:57 +0200)
treee04dcc0de571d167b6cfd8b67d05f79784fdb7a4
parentab87ad4c62eaa6d415346676ad7d5457d739ebd3
Remove a 'break' that was accidentally left over

The conversion of the 'switch' statement to an 'if' cascade forgot to
remove the break.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
setup.c