diff --git a/tools/qfcc/source/qc-lex.l b/tools/qfcc/source/qc-lex.l index 31deb5d9f..93f7a86d2 100644 --- a/tools/qfcc/source/qc-lex.l +++ b/tools/qfcc/source/qc-lex.l @@ -46,7 +46,7 @@ m ([\-+]?) } while (c != '/' && c != EOF); } -"//".*$ /* nothing to do */ +"//".* /* nothing to do */ {DIGIT}+ { yylval.int_val = atoi (yytext);