From 8ea24c306fdf2a141433e396307e92a227416ba5 Mon Sep 17 00:00:00 2001 From: CNLohr Date: Fri, 17 Mar 2017 01:08:06 -0400 Subject: Fix Warnings --- redist/json_helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redist/json_helpers.h') diff --git a/redist/json_helpers.h b/redist/json_helpers.h index 1670058..1cccfe3 100644 --- a/redist/json_helpers.h +++ b/redist/json_helpers.h @@ -14,7 +14,7 @@ void json_write_str(FILE* f, const char* tag, const char* v); void json_load_file(const char* path); extern void (*json_begin_object)(char* tag); extern void (*json_end_object)(); -extern void (*json_tag_value)(char* tag, char** values, uint16_t count); +extern void (*json_tag_value)(char* tag, char** values, uint8_t count); #endif \ No newline at end of file -- cgit v1.2.3