diff --git a/cv1/program.c b/cv1/program.c index 86ed403..89a1f71 100644 --- a/cv1/program.c +++ b/cv1/program.c @@ -25,7 +25,7 @@ int main() { char dishes[MAX_DISHES][2][MAX_NAME_LEN]; int count = 0; - printf("Zadaj hladanu surovinu:"); + printf("Zadaj hladanu surovinu: "); if (fgets(ingredient, MAX_NAME_LEN, stdin) == NULL) { return 0; }