Fix style. Somehow I managed to lost a space when copy&paste.
Pointed out by: stefanf
This commit is contained in:
parent
2d780dbb4b
commit
3daaaabdb8
@ -91,7 +91,7 @@ fixfsfile()
|
||||
struct stat sb;
|
||||
struct statfs sf;
|
||||
|
||||
if (_fs_fstab.fs_file != NULL &&strcmp(_fs_fstab.fs_file, "/") != 0)
|
||||
if (_fs_fstab.fs_file != NULL && strcmp(_fs_fstab.fs_file, "/") != 0)
|
||||
return;
|
||||
if (statfs("/", &sf) != 0)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user