This commit is contained in:
jl777
2019-03-06 00:19:49 -11:00
parent ead3aefd44
commit 3658afd11c

View File

@@ -28,7 +28,7 @@ int32_t itemcounter;
THING *thingptrs[100000];
int32_t numptrs;
int32_t thing_find(THING *ptr)
int32_t thing_find(THING *item)
{
int32_t i;
for (i=0; i<numptrs; i++)