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);
}
/*