mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
Fix the signature of a test function
This commit is contained in:
parent
867079c820
commit
42e307b3c5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue