1
0
Fork 0
mirror of https://github.com/ErikAndren/cue2pops-mac.git synced 2025-04-19 15:38:04 +02:00

Remove superfluous comment

This commit is contained in:
Erik Andrén Zachrisson 2015-11-01 13:39:35 +01:00
parent f123276080
commit c0617e78a0

View file

@ -223,7 +223,7 @@ int GetFileSize(char *file_name)
return -1;
}
size = ftell(file_handle); // Get it's size
size = ftell(file_handle);
if (size == -1L) {
printf("Error: Failed to get file %s size\n", file_name);
return -1;