mirror of
https://github.com/vivier/EMILE.git
synced 2025-04-06 06:39:10 +00:00
Set STATIC to static
This commit is contained in:
parent
13ced3364c
commit
dac89b097e
@ -57,7 +57,7 @@ static void gzip_release(void **ptr)
|
||||
|
||||
static void flush_window(void);
|
||||
|
||||
#define STATIC
|
||||
#define STATIC static
|
||||
#include "inflate.c"
|
||||
|
||||
static void flush_window(void)
|
||||
@ -88,6 +88,7 @@ unsigned long uncompress(char* buf, char* image)
|
||||
|
||||
makecrc();
|
||||
printf("Uncompressing kernel to %p", buf);
|
||||
|
||||
gunzip();
|
||||
|
||||
return output_ptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user