summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e91e31)
raw | patch | inline | side by side (parent: 9e91e31)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Jul 2016 12:57:04 +0000 (14:57 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 23 Jul 2016 12:57:04 +0000 (14:57 +0200) |
src/curl_json.c | patch | blob | history |
diff --git a/src/curl_json.c b/src/curl_json.c
index deb8b6e91e5b7c26dad9dc36bf93f0e8111b3161..55db3877f00a42bc4a8cfc4b850afa20f335a441 100644 (file)
--- a/src/curl_json.c
+++ b/src/curl_json.c
}
#if HAVE_YAJL_V2
- status = yajl_complete_parse(db->yajl);
+ status = yajl_complete_parse(db->yajl);
#else
- status = yajl_parse_complete(db->yajl);
+ status = yajl_parse_complete(db->yajl);
#endif
if (status != yajl_status_ok)
{