mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +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;
|
||||
|
||||
#ifdef _WIN32
|
||||
char *fix_backslash (const char *path);
|
||||
char *fix_backslash (char *path);
|
||||
#define NORMALIZE(x) fix_backslash (x)
|
||||
#else
|
||||
#define NORMALIZE(x) x
|
||||
|
|
Loading…
Reference in a new issue