mirror of https://github.com/akheron/jansson
Fix the signature of a test function
This commit is contained in:
parent
867079c820
commit
42e307b3c5
|
@ -9,7 +9,7 @@
|
|||
#include <string.h>
|
||||
#include "util.h"
|
||||
|
||||
static int encode_null_callback(void *ptr, size_t size, void *data)
|
||||
static int encode_null_callback(char *buffer, size_t size, void *data)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue