]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lex.c
fixed a typo in asm_instr[]: ES_FNC->EQ_FNC
[xonotic/gmqcc.git] / lex.c
diff --git a/lex.c b/lex.c
index a7949eaf092c8fa212831055d5b65315df665a9b..54875a35a1314d1459157236a9cb5d416e481410 100644 (file)
--- a/lex.c
+++ b/lex.c
@@ -124,7 +124,6 @@ static int lex_trigraph(lex_file *file) {
         default:
             lex_unget('?', file);
             lex_unget(ch , file);
-            return '?';
     }
     return '?';
 }