From e70b9712c702f17d0d921cde54d5785a1901094e Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Mon, 6 Jul 2015 15:45:00 -0400 Subject: [PATCH] fixed typos and ready for pull request fixed typos --- src/jansson.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jansson.h b/src/jansson.h index 7e9bb21..325bdfb 100644 --- a/src/jansson.h +++ b/src/jansson.h @@ -12,7 +12,7 @@ #include /* for size_t */ #include -#include +#include "jansson_config.h" #ifdef __cplusplus extern "C" { @@ -131,7 +131,7 @@ typedef struct { /* getters, setters, manipulation */ -int json_set_flag(json_t *json, unsigned char input); +int json_set_flags(json_t *json, unsigned char input); void json_object_seed(size_t seed); size_t json_object_size(const json_t *object);