fix warning

This commit is contained in:
Glenn L McGrath 2002-12-01 21:52:40 +00:00
parent b9e57f45f3
commit f3faf41334
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ unsigned char *bytebuffer = NULL;
unsigned int bytebuffer_offset = 0;
unsigned int bytebuffer_size = 0;
static void fill_bytebuffer()
static void fill_bytebuffer(void)
{
if (bytebuffer_offset >= bytebuffer_size) {
/* Leave the first 4 bytes empty so we can always unwind the bitbuffer

View File

@ -147,7 +147,7 @@ unsigned char *bytebuffer = NULL;
unsigned int bytebuffer_offset = 0;
unsigned int bytebuffer_size = 0;
static void fill_bytebuffer()
static void fill_bytebuffer(void)
{
if (bytebuffer_offset >= bytebuffer_size) {
/* Leave the first 4 bytes empty so we can always unwind the bitbuffer