0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-21 18:01:15 +00:00

I'ld love to know how that got though my testing :/

This commit is contained in:
Bill Currie 2001-07-05 06:29:53 +00:00
parent 715c74de7a
commit 0862c8facd

View file

@ -184,7 +184,7 @@ Sys_Printf (const char *fmt, ...)
va_list args;
va_start (args, fmt);
sys_printf_function (fmt, args);
va_end (argptr);
va_end (arg);
}
/*