Cleanups from pomac!
This commit is contained in:
parent
b0fc4a7b6e
commit
f327407bb8
36 changed files with 155 additions and 195 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue