ewh
This commit is contained in:
parent
6f6138c25f
commit
8bd0ab5c62
@ -78,7 +78,7 @@ int main(void){
|
||||
|
||||
|
||||
while( fgets(line, sizeof(line), stdin)){
|
||||
if(strcmp(line, "\n\n") == 0){
|
||||
if(strcmp(line, "\n") == 0){
|
||||
whitespace = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user