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 bd4dbb064..99e276784 100644
--- a/libbb/match_fstype.c
+++ b/libbb/match_fstype.c
@@ -12,7 +12,7 @@
12 12
13#include "libbb.h" 13#include "libbb.h"
14 14
15int match_fstype(const struct mntent *mt, const char *fstype) 15int FAST_FUNC match_fstype(const struct mntent *mt, const char *fstype)
16{ 16{
17 int no = 0; 17 int no = 0;
18 int len; 18 int len;