Skip to content
Snippets Groups Projects
Commit 0df60999 authored by D. Andrei Măceș's avatar D. Andrei Măceș
Browse files

core: Fix -Wmisleading-indentation in ffsMountVol()

parent 051167ce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -183,7 +183,7 @@ s32 ffsMountVol(struct super_block *sb)
if (sector_read(sb, 0, &tmp_bh, 1) != FFS_SUCCESS)
return FFS_MEDIAERR;
 
p_fs->PBR_sector = 0;
p_fs->PBR_sector = 0;
 
p_pbr = (PBR_SECTOR_T *) tmp_bh->b_data;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment