More c files

This commit is contained in:
jl777
2019-02-02 04:40:48 -11:00
parent 46b235b2cc
commit a55cc1761e
2 changed files with 3 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ new_item(void)
else
total++;
#else
item = calloc(1, sizeof *item);
item = (THING *)calloc(1, sizeof *item);
#endif
item->l_next = NULL;
item->l_prev = NULL;