X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=parse.c;fp=parse.c;h=4b4f1e62a233cd051048a9bd331d23a7134af11f;hp=0acc293cf8b1f2fd1d32b1afda9b8a8e8d48bc13;hb=72053e16d23b7e45496596bc31a777aa3344cefa;hpb=33b1995fa55632c864909c89a8652facdd252718 diff --git a/parse.c b/parse.c index 0acc293..4b4f1e6 100644 --- a/parse.c +++ b/parse.c @@ -263,7 +263,7 @@ int parse_gen(lex_file *file) { return error(file, ERROR_PARSE, "Invalid use of include preprocessor directive: wanted #include \"file.h\"\n"); char *copy = util_strdup(file->lastok); - lex_file *next = lex_include(file, copy); + lex_file *next = lex_include(file, copy); if (!next) { error(file, ERROR_INTERNAL, "Include subsystem failure\n");