mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 13:13:08 +08:00
fs/littlefs/lfs.c: Eliminate a warning about a local variable redefinition.
This commit is contained in:
+1
-1
@@ -858,7 +858,7 @@ relocate:
|
||||
|
||||
LFS_DEBUG("Relocating %" PRIu32 " %" PRIu32 " to %" PRIu32 " %" PRIu32,
|
||||
oldpair[0], oldpair[1], dir->pair[0], dir->pair[1]);
|
||||
int err = lfs_relocate(lfs, oldpair, dir->pair);
|
||||
err = lfs_relocate(lfs, oldpair, dir->pair);
|
||||
if (err)
|
||||
{
|
||||
return err;
|
||||
|
||||
Reference in New Issue
Block a user