From 2a3e1628a50b9de7c1462ee95eb79937795f5409 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 11 Jan 2015 21:40:51 +0100 Subject: Limit more variables to file scope Change-Id: I30219d626316776eb73b4205d63376fa3dbc6361 --- lib/rbcodec/codecs/libgme/inflate/mallocer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/rbcodec/codecs/libgme/inflate') 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 @@ #include "mallocer.h" #include "codeclib.h" -unsigned char* mallocbuffer[MEMPOOL_MAX]; -long memory_ptr[MEMPOOL_MAX]; -size_t buffersize[MEMPOOL_MAX]; +static unsigned char* mallocbuffer[MEMPOOL_MAX]; +static long memory_ptr[MEMPOOL_MAX]; +static size_t buffersize[MEMPOOL_MAX]; int wpw_init_mempool(unsigned char mempool) { -- cgit v1.2.3