mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[qwaq] Fix a typo
This commit is contained in:
parent
2ca9f80d56
commit
64100efe78
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ run_progs (void *data)
|
|||
__auto_type thread = (qwaq_thread_t *) data;
|
||||
|
||||
spawn_progs (thread);
|
||||
Sys_Printf ("starthing thread for %s\n", thread->args.a[0]);
|
||||
Sys_Printf ("starting thread for %s\n", thread->args.a[0]);
|
||||
|
||||
PR_ExecuteProgram (thread->pr, thread->main_func);
|
||||
PR_PopFrame (thread->pr);
|
||||
|
|
Loading…
Reference in a new issue