Set STATIC to static

This commit is contained in:
Laurent Vivier 2005-06-06 19:36:13 +00:00
parent 13ced3364c
commit dac89b097e

View File

@ -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;