aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index cd49f7199ba..3cb39689b8d 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -4985,6 +4985,7 @@ Lua_functions (FILE *inf)
4985 4985
4986 LOOP_ON_INPUT_LINES (inf, lb, bp) 4986 LOOP_ON_INPUT_LINES (inf, lb, bp)
4987 { 4987 {
4988 bp = skip_spaces (bp);
4988 if (bp[0] != 'f' && bp[0] != 'l') 4989 if (bp[0] != 'f' && bp[0] != 'l')
4989 continue; 4990 continue;
4990 4991