0

fixed warning during compile about endian.c

This commit is contained in:
Aaron Griffith
2011-03-29 04:46:40 -04:00
parent d7af3d437b
commit 862ee62cb9
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ PyObject *chunk_render(PyObject *self, PyObject *args);
#include "rendermodes.h"
/* in endian.c */
void init_endian();
void init_endian(void);
unsigned short big_endian_ushort(unsigned short in);
unsigned int big_endian_uint(unsigned int in);