This commit is contained in:
Shahram Najm 2015-09-29 15:19:26 +01:00
parent 0ce50e6f93
commit f1d42e5348
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ int process_file(const char* filename)
codes_handle_delete(h);
}
fclose(in);
printf("\nFile %s OK\n\n", filename);
printf("\n");
return 0;
}