mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix a missing terminator found by Grievre
This commit is contained in:
parent
d598afd1de
commit
aee1554fad
1 changed files with 1 additions and 0 deletions
|
@ -496,6 +496,7 @@ static builtin_t builtins[] = {
|
|||
{"QWE:redirectcmd", PF_redirectcmd, QWE 101},
|
||||
{"QWE:calltimeofday", PF_calltimeofday, QWE 102},
|
||||
{"QWE:forceddemoframe", PF_forcedemoframe, QWE 103},
|
||||
{0}
|
||||
};
|
||||
|
||||
static struct {
|
||||
|
|
Loading…
Reference in a new issue