diff --git a/du5/program.c b/du5/program.c index 5966816..c3180dd 100644 --- a/du5/program.c +++ b/du5/program.c @@ -85,7 +85,7 @@ int main(void) int current = root; while (current != -1) { if (is_answer[current]) { - printf("* %s\n", text[current]); + printf("*%s\n", text[current]); printf("Koniec\n"); return 0; }