mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
one-line whitespace, didn't look too hard at the rest though. :)
This commit is contained in:
parent
462d726d14
commit
91fdd90674
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ Hash_GetList (hashtab_t *tab)
|
|||
void **l;
|
||||
size_t ind;
|
||||
|
||||
l = list = malloc ((tab->num_ele + 1) * sizeof (void*));
|
||||
l = list = malloc ((tab->num_ele + 1) * sizeof (void *));
|
||||
if (!list)
|
||||
return 0;
|
||||
for (ind = 0; ind < tab->tab_size; ind++) {
|
||||
|
|
Loading…
Reference in a new issue