From aa2132bb8bb74b01a5603609fdf88dfe3af92a26 Mon Sep 17 00:00:00 2001 From: pluknet Date: Thu, 22 Mar 2012 09:51:31 +0000 Subject: Fix style. Somehow I managed to lost a space when copy&paste. Pointed out by: stefanf --- lib/libc/gen/fstab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/fstab.c b/lib/libc/gen/fstab.c index e9c313d..b2c28ad 100644 --- a/lib/libc/gen/fstab.c +++ b/lib/libc/gen/fstab.c @@ -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; -- cgit v1.1