Cleanups from pomac!

This commit is contained in:
Zachary Slater 2005-09-02 20:13:47 +00:00
parent b0fc4a7b6e
commit f327407bb8
36 changed files with 155 additions and 195 deletions

View file

@ -39,7 +39,7 @@ Handles byte ordering and avoids alignment errors
int oldsize = 0;
void MSG_initHuffman();
void MSG_initHuffman( void );
void MSG_Init( msg_t *buf, byte *data, int length ) {
if (!msgInit) {
@ -1706,7 +1706,7 @@ int msg_hData[256] = {
13504, // 255
};
void MSG_initHuffman() {
void MSG_initHuffman( void ) {
int i,j;
msgInit = qtrue;