summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libgme/inflate/mallocer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libgme/inflate/mallocer.c')
-rw-r--r--lib/rbcodec/codecs/libgme/inflate/mallocer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/rbcodec/codecs/libgme/inflate/mallocer.c b/lib/rbcodec/codecs/libgme/inflate/mallocer.c
index 41abedd09f..1e9c235975 100644
--- a/lib/rbcodec/codecs/libgme/inflate/mallocer.c
+++ b/lib/rbcodec/codecs/libgme/inflate/mallocer.c
@@ -9,9 +9,9 @@
9#include "mallocer.h" 9#include "mallocer.h"
10#include "codeclib.h" 10#include "codeclib.h"
11 11
12unsigned char* mallocbuffer[MEMPOOL_MAX]; 12static unsigned char* mallocbuffer[MEMPOOL_MAX];
13long memory_ptr[MEMPOOL_MAX]; 13static long memory_ptr[MEMPOOL_MAX];
14size_t buffersize[MEMPOOL_MAX]; 14static size_t buffersize[MEMPOOL_MAX];
15 15
16int wpw_init_mempool(unsigned char mempool) 16int wpw_init_mempool(unsigned char mempool)
17{ 17{