Update 'cv3/program.c'
This commit is contained in:
parent
ce6a6ae814
commit
a66a485ebd
@ -78,7 +78,7 @@ int main() {
|
|||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
if (!fgets(input, sizeof(input), stdin)) {
|
if (!fgets(input, sizeof(input), stdin)) {
|
||||||
printf("Chyba pri citani vstupu.\n");
|
//printf("Chyba pri citani vstupu.\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user