From f73e20da392a14d5cf749c471a4396395971d2c7 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 29 Dec 2011 14:29:49 -0600 Subject: [PATCH] not sure how that didn't come up already --- neo/idlib/Lexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/idlib/Lexer.cpp b/neo/idlib/Lexer.cpp index 53a60d9..c8bc89e 100644 --- a/neo/idlib/Lexer.cpp +++ b/neo/idlib/Lexer.cpp @@ -774,7 +774,7 @@ idLexer::ReadPunctuation */ int idLexer::ReadPunctuation( idToken *token ) { int l, n, i; - char *p; + const char *p; const punctuation_t *punc; #ifdef PUNCTABLE