Added newline

This commit is contained in:
luca0N! 2020-06-28 16:17:29 -03:00
parent 6d740d21a3
commit 7128279d83
No known key found for this signature in database
GPG Key ID: 9F1B99B522287CAB
1 changed files with 1 additions and 0 deletions

1
main.c
View File

@ -61,6 +61,7 @@ int printLicense(int full){
return -1;
}
char c;
printf("\n");
while ((c = fgetc(flic)) != EOF) {
printf("%c", c);
}