summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/oggmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libtremor/oggmalloc.c')
-rw-r--r--apps/codecs/libtremor/oggmalloc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/codecs/libtremor/oggmalloc.c b/apps/codecs/libtremor/oggmalloc.c
index b11eaa54f5..ca917ff397 100644
--- a/apps/codecs/libtremor/oggmalloc.c
+++ b/apps/codecs/libtremor/oggmalloc.c
@@ -1,7 +1,6 @@
1#include <os_types.h> 1#include "os_types.h"
2 2
3static unsigned char *mallocbuf; 3static size_t tmp_ptr;
4static size_t bufsize, tmp_ptr, mem_ptr;
5 4
6void ogg_malloc_init(void) 5void ogg_malloc_init(void)
7{ 6{