mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
oops, else in wrong spot
This commit is contained in:
parent
9d8569584e
commit
c8d405dbcb
1 changed files with 2 additions and 2 deletions
|
@ -102,9 +102,9 @@ RunThreadsOn (threadfunc_t *func)
|
|||
fprintf (stderr, "pthread_join failed");
|
||||
free (l[i]);
|
||||
}
|
||||
}
|
||||
} else
|
||||
#endif
|
||||
else {
|
||||
{
|
||||
lightinfo_t *l = malloc (sizeof (lightinfo_t));
|
||||
func (l);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue