mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Forgot a newline
This commit is contained in:
parent
98fc04e041
commit
77445fe3c2
1 changed files with 1 additions and 1 deletions
|
@ -140,4 +140,4 @@ GIB_Thread_Callback (const char *func, unsigned int argc, ...)
|
||||||
GIB_Function_Execute (thread->cbuf, f, args);
|
GIB_Function_Execute (thread->cbuf, f, args);
|
||||||
GIB_Thread_Add (thread);
|
GIB_Thread_Add (thread);
|
||||||
Cbuf_ArgsDelete (args);
|
Cbuf_ArgsDelete (args);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue