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