added a default to the switch() in order to prevent a compiler warning

This commit is contained in:
Daniel Stenberg 2003-01-23 12:00:15 +00:00
parent 5c5489916b
commit f7bb4e6138
1 changed files with 2 additions and 0 deletions

View File

@ -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) {