mirror of
https://github.com/sheumann/hush.git
synced 2025-01-12 14:30:54 +00:00
fix warning
This commit is contained in:
parent
b9e57f45f3
commit
f3faf41334
@ -147,7 +147,7 @@ unsigned char *bytebuffer = NULL;
|
|||||||
unsigned int bytebuffer_offset = 0;
|
unsigned int bytebuffer_offset = 0;
|
||||||
unsigned int bytebuffer_size = 0;
|
unsigned int bytebuffer_size = 0;
|
||||||
|
|
||||||
static void fill_bytebuffer()
|
static void fill_bytebuffer(void)
|
||||||
{
|
{
|
||||||
if (bytebuffer_offset >= bytebuffer_size) {
|
if (bytebuffer_offset >= bytebuffer_size) {
|
||||||
/* Leave the first 4 bytes empty so we can always unwind the bitbuffer
|
/* Leave the first 4 bytes empty so we can always unwind the bitbuffer
|
||||||
|
@ -147,7 +147,7 @@ unsigned char *bytebuffer = NULL;
|
|||||||
unsigned int bytebuffer_offset = 0;
|
unsigned int bytebuffer_offset = 0;
|
||||||
unsigned int bytebuffer_size = 0;
|
unsigned int bytebuffer_size = 0;
|
||||||
|
|
||||||
static void fill_bytebuffer()
|
static void fill_bytebuffer(void)
|
||||||
{
|
{
|
||||||
if (bytebuffer_offset >= bytebuffer_size) {
|
if (bytebuffer_offset >= bytebuffer_size) {
|
||||||
/* Leave the first 4 bytes empty so we can always unwind the bitbuffer
|
/* Leave the first 4 bytes empty so we can always unwind the bitbuffer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user