remove duplicate "break"

This commit is contained in:
marschap
2006-01-18 20:56:46 +00:00
parent 199f15860e
commit 5b4c15c2a6
-1
View File
@@ -160,7 +160,6 @@ int process_command_line( int argc, char **argv )
error = -1;
}
break;
break;
case 's':
temp_int = strtol( optarg, &p, 0 );
if( *optarg != 0 && *p == 0 ) {