mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
[Fix Yellow] file_op.c Bad DEBUGF statement
Change-Id: I22fa470599b0c22fae0bc5492eda38fd1e0c0b55
This commit is contained in:
parent
b0dfcde2f5
commit
e4ee8c8879
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ int copy_move_fileobject(const char *src_path, const char *dst_path, unsigned in
|
|||
}
|
||||
|
||||
/* Else Some other relation / failure */
|
||||
DEBUGF("%s res: %d, rel: %d\n", __func__, rc, rel);
|
||||
DEBUGF("%s res: %d, rel: %d\n", __func__, FORC_UNKNOWN_FAILURE, rel);
|
||||
return FORC_UNKNOWN_FAILURE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue