another lame change in an attempt to fix the moot gcc 3.4 warning

This commit is contained in:
Daniel Stenberg 2004-11-08 21:31:57 +00:00
parent facfa19cdd
commit fd49ba6c18

View File

@ -1561,9 +1561,7 @@ static ParameterError getparameter(char *flag, /* f or -long-flag */
case 'i': /* --retry-max-time */ case 'i': /* --retry-max-time */
if(str2num(&config->retry_maxtime, nextarg)) if(str2num(&config->retry_maxtime, nextarg))
return PARAM_BAD_NUMERIC; return PARAM_BAD_NUMERIC;
break; /* break */
default:
break;
} }
break; break;
case '#': /* added 19990617 larsa */ case '#': /* added 19990617 larsa */