aboutsummaryrefslogtreecommitdiff
path: root/libbb/match_fstype.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/match_fstype.c')
-rw-r--r--libbb/match_fstype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/match_fstype.c b/libbb/match_fstype.c
index 7698ceb08..bd4dbb064 100644
--- a/libbb/match_fstype.c
+++ b/libbb/match_fstype.c
@@ -19,7 +19,7 @@ int match_fstype(const struct mntent *mt, const char *fstype)
19 19
20 if (!mt) 20 if (!mt)
21 return -1; 21 return -1;
22 22
23 if (!fstype) 23 if (!fstype)
24 return 0; 24 return 0;
25 25