diff --git a/cv10/program.c b/cv10/program.c index bc69d8c..ea0691b 100644 --- a/cv10/program.c +++ b/cv10/program.c @@ -50,7 +50,7 @@ int main() { // Sort the applications alphabetically qsort(applications, i, sizeof(char *), compare_names); - printf("Prijati studenti:"); + printf("Prijati studenti:\n"); for (j = 1; j < i; j++) { printf("%s\n", applications[j]); }