mirror of
https://github.com/curl/curl.git
synced 2026-05-30 23:17:32 +03:00
added a default to the switch() in order to prevent a compiler warning
This commit is contained in:
parent
5c5489916b
commit
f7bb4e6138
1 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,8 @@ char *spitout(FILE *stream, char *main, char *sub, int *size)
|
|||
strcpy(csub, ptr);
|
||||
state = STATE_INSUB;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
if(display) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue