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:
parent
f123276080
commit
c0617e78a0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue