mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-25 22:01:33 +00:00
win32 compile fix
This commit is contained in:
parent
16298914f0
commit
4f6e61d68b
1 changed files with 1 additions and 1 deletions
|
@ -1130,7 +1130,7 @@ main (int argc, char **argv)
|
|||
fclose (yyin);
|
||||
|
||||
{
|
||||
int status = spawnvp (_P_WAIT, cpp_argv[0], cpp_argv);
|
||||
int status = spawnvp (_P_WAIT, cpp_argv[0], (char **)cpp_argv);
|
||||
|
||||
if (status) {
|
||||
fprintf (stderr, "%s: cpp returned error code %d\n",
|
||||
|
|
Loading…
Reference in a new issue