X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=lex.c;h=54875a35a1314d1459157236a9cb5d416e481410;hb=bcd8138e43e7c3d9ff5628f45f9c71d370b0830b;hp=a7949eaf092c8fa212831055d5b65315df665a9b;hpb=1ae035c714298752e74faf1a7f4bfa870333c9d2;p=xonotic%2Fgmqcc.git diff --git a/lex.c b/lex.c index a7949ea..54875a3 100644 --- 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 '?'; }