Skip to content
Snippets Groups Projects
Commit e0072d9f authored by Yuri.Sh's avatar Yuri.Sh Committed by GitHub
Browse files

Merge pull request #93 from airend/master

core: Fix -Wmisleading-indentation in ffsMountVol()
parents 051167ce 0df60999
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