X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fglulxe%2Fheap.c;fp=interpreters%2Fglulxe%2Fheap.c;h=d025fb5c36813d557140b9b8974372da40a19415;hb=2ab029c7428eb3e4894e7d165815c90fbc39a8b2;hp=ea5bf24afa8e914d604b04b4d3e1ccce49e91fa4;hpb=c4142afddd5b220686eb64c4bd346a722f9e20c1;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/glulxe/heap.c b/interpreters/glulxe/heap.c index ea5bf24..d025fb5 100644 --- a/interpreters/glulxe/heap.c +++ b/interpreters/glulxe/heap.c @@ -266,7 +266,7 @@ void heap_free(glui32 addr) */ int heap_get_summary(glui32 *valcount, glui32 **summary) { - glui32 *arr, len, pos, lx; + glui32 *arr, len, pos; heapblock_t *blo; *valcount = 0;