diff options
Diffstat (limited to 'src/regexp_nfa.c')
-rw-r--r-- | src/regexp_nfa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c index 4e4f5890fd..50ca435e70 100644 --- a/src/regexp_nfa.c +++ b/src/regexp_nfa.c @@ -1,5 +1,4 @@ -/* vi:set ts=8 sts=4 sw=4: - * +/* * NFA regular expression implementation. * * This file is included in "regexp.c". |