diff options
Diffstat (limited to 'Source/cmFortranLexer.in.l')
-rw-r--r-- | Source/cmFortranLexer.in.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFortranLexer.in.l b/Source/cmFortranLexer.in.l index 53984bb..e59ff5f 100644 --- a/Source/cmFortranLexer.in.l +++ b/Source/cmFortranLexer.in.l @@ -169,7 +169,7 @@ $[ \t]*endif { return F90PPR_ENDIF; } [ \t\r,] /* Ignore */ -\\[ \t]*\n /* Ignore line-endings preceeded by \ */ +\\[ \t]*\n /* Ignore line-endings preceded by \ */ . { return *yytext; } |