Skip to content

Commit

Permalink
Update lfs.c
Browse files Browse the repository at this point in the history
Co-authored-by: BenBE <[email protected]>
  • Loading branch information
wdfk-prog and BenBE authored Aug 3, 2024
1 parent e9903b9 commit dddbe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -4778,7 +4778,7 @@ static lfs_stag_t lfs_fs_parent(lfs_t *lfs, const lfs_block_t pair[2],
parent->tail[0] = 0;
parent->tail[1] = 1;
while (!lfs_pair_isnull(parent->tail)) {
if(lfs_detect_cycles(*parent) == LFS_ERR_CORRUPT) {
if (lfs_detect_cycles(*parent) == LFS_ERR_CORRUPT) {
return LFS_ERR_CORRUPT;
}

Expand Down

0 comments on commit dddbe2f

Please sign in to comment.