Fix constant string type in buildin struct

Signed-off-by: XoD <xoddark@gmail.com>
This commit is contained in:
XoD
2011-12-21 21:11:00 +01:00
parent 47c7a6b9e0
commit a06e7e33e2

View File

@@ -625,7 +625,7 @@ void idParser::AddBuiltinDefines( void ) {
define_t *define;
struct builtin
{
char *string;
const char *string;
int id;
} builtin[] = {
{ "__LINE__", BUILTIN_LINE },