mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 04:30:43 +00:00
fix a decl mismatch
This commit is contained in:
parent
61d315755a
commit
382f13f7ce
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ int yyparse (void);
|
||||||
extern int yydebug;
|
extern int yydebug;
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
char *fix_backslash (const char *path);
|
char *fix_backslash (char *path);
|
||||||
#define NORMALIZE(x) fix_backslash (x)
|
#define NORMALIZE(x) fix_backslash (x)
|
||||||
#else
|
#else
|
||||||
#define NORMALIZE(x) x
|
#define NORMALIZE(x) x
|
||||||
|
|
Loading…
Reference in a new issue