diff options
Diffstat (limited to 'linden/indra/lscript/lscript_alloc.h')
-rw-r--r-- | linden/indra/lscript/lscript_alloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/lscript/lscript_alloc.h b/linden/indra/lscript/lscript_alloc.h index 948eb26..2cdd03d 100644 --- a/linden/indra/lscript/lscript_alloc.h +++ b/linden/indra/lscript/lscript_alloc.h | |||
@@ -118,7 +118,7 @@ inline void bytestream2alloc_entry(LLScriptAllocEntry &entry, U8 *buffer, S32 &o | |||
118 | 118 | ||
119 | // create a heap from the HR to TM | 119 | // create a heap from the HR to TM |
120 | BOOL lsa_create_heap(U8 *heap_start, S32 size); | 120 | BOOL lsa_create_heap(U8 *heap_start, S32 size); |
121 | void lsa_fprint_heap(U8 *buffer, FILE *fp); | 121 | void lsa_fprint_heap(U8 *buffer, LLFILE *fp); |
122 | 122 | ||
123 | void lsa_print_heap(U8 *buffer); | 123 | void lsa_print_heap(U8 *buffer); |
124 | 124 | ||