1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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 */
if(str2num(&config->retry_maxtime, nextarg))
return PARAM_BAD_NUMERIC;
break;
default:
break;
/* break */
}
break;
case '#': /* added 19990617 larsa */