This commit is contained in:
Anton Dolozin 2025-11-09 19:26:56 +01:00
parent 6f6138c25f
commit 8bd0ab5c62

View File

@ -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;
}