Aktualizovat du5/program.c
This commit is contained in:
parent
4e4d7bfb2f
commit
b4720c704c
@ -87,7 +87,7 @@ void goThroughTheTree(int rootIndex)
|
||||
{
|
||||
current = tree[current].no;
|
||||
}
|
||||
else if (input == '0')
|
||||
else if (input != 'n' || input != 'a')
|
||||
{
|
||||
printf("Nerozumiem\n");
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user