mirror of
https://github.com/ErikAndren/cue2pops-mac.git
synced 2025-04-19 15:38:04 +02:00
Fix indentation
This commit is contained in:
parent
6c856cb429
commit
d4ffa2429e
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
|
||||
for(i = strlen(cue_ptr); i > 0; i--) { // Does the cue have the full BINARY path ?
|
||||
if((cue_ptr[i] == '\\') || (cue_ptr[i] == '/')) { // YES !
|
||||
if((cue_ptr[i] == '\\') || (cue_ptr[i] == '/')) { // YES !
|
||||
strcpy(bin_path, cue_ptr);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue