Skip to content

Commit

Permalink
Update fs/driver/fs_blockmerge.c
Browse files Browse the repository at this point in the history
Co-authored-by: archer <[email protected]>
  • Loading branch information
gneworld and anchao authored Nov 7, 2024
1 parent 8801509 commit 3dee079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/driver/fs_blockmerge.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static int merge_close(FAR struct inode *inode)
size_t i;

DEBUGASSERT(inode && inode->i_private);
priv = (FAR struct merge_priv_s *)inode->i_private;
priv = inode->i_private;

for (i = 0; i < priv->npart; i++)
{
Expand Down

0 comments on commit 3dee079

Please sign in to comment.