Skip to content

Commit

Permalink
Fix constant string type in buildin struct
Browse files Browse the repository at this point in the history
Signed-off-by: XoD <xoddark@gmail.com>
  • Loading branch information
XoD committed Dec 21, 2011
1 parent 47c7a6b commit a06e7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/idlib/Parser.cpp
Expand Up @@ -625,7 +625,7 @@ void idParser::AddBuiltinDefines( void ) {
define_t *define;
struct builtin
{
char *string;
const char *string;
int id;
} builtin[] = {
{ "__LINE__", BUILTIN_LINE },
Expand Down

0 comments on commit a06e7e3

Please sign in to comment.