Aktualizovat du1/program.c
This commit is contained in:
parent
75d826c263
commit
0e80579156
@ -25,7 +25,7 @@ int main() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
while(r != NULL){
|
||||
while (fgets(line, SIZE, stdin) != NULL) {
|
||||
if(line[0] == '\n'){
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user