Initializacia
This commit is contained in:
parent
943f74a75e
commit
75c55a1bb9
@ -73,7 +73,7 @@ int main() {
|
|||||||
}
|
}
|
||||||
search[strcspn(search, "\n")] = '\0';
|
search[strcspn(search, "\n")] = '\0';
|
||||||
|
|
||||||
printf("Zadaj jedalny listok:");
|
printf("Zadaj jedalny listok:\n");
|
||||||
while (count < MENU_SIZE && read_pizza(&menu[count])) {
|
while (count < MENU_SIZE && read_pizza(&menu[count])) {
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user