aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index f0dd70e6b..714b011a5 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -7908,7 +7908,7 @@ enum {
/* 21 */ | (0u << TFOR)
#if ENABLE_ASH_BASH_COMPAT
/* 22 */ | (0u << TFUNCTION)
-#endif
+#endif
/* 23 */ | (0u << TIF)
/* 24 */ | (0u << TIN)
/* 25 */ | (1u << TTHEN)