mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
damn
This commit is contained in:
parent
0862c8facd
commit
2e5b3b4a83
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ Sys_Printf (const char *fmt, ...)
|
|||
va_list args;
|
||||
va_start (args, fmt);
|
||||
sys_printf_function (fmt, args);
|
||||
va_end (arg);
|
||||
va_end (args);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue