0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-24 02:22:47 +00:00

remove redundant cast

This commit is contained in:
Bill Currie 2004-01-13 03:07:36 +00:00
parent c31c97a6d9
commit 1ddd7da5ec

View file

@ -217,7 +217,7 @@ preprocess_file (const char *filename)
puts("");
}
status = spawnvp (_P_WAIT, cpp_argv[0], (const char **)cpp_argv);
status = spawnvp (_P_WAIT, cpp_argv[0], cpp_argv);
if (status) {
fprintf (stderr, "%s: cpp returned error code %d\n",