diff --git a/cv10/program.c b/cv10/program.c index 69fd8eb..07d7d4d 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:\n"); + printf("Prijati studenti:"); for (j = 0; j != i; j++) { printf("%s\n", applications[j]); }