added a default to the switch() in order to prevent a compiler warning
This commit is contained in:
parent
5c5489916b
commit
f7bb4e6138
@ -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…
x
Reference in New Issue
Block a user