summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dbcb061)
raw | patch | inline | side by side (parent: dbcb061)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 13 Dec 2010 08:45:44 +0000 (09:45 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 13 Dec 2010 08:45:44 +0000 (09:45 +0100) |
src/curl_json.c | patch | blob | history |
diff --git a/src/curl_json.c b/src/curl_json.c
index 0527dc8d772ef0cce5952aac2a60f11cbb62f209..248b91b5b07eaa0043eb76c66dd1e43a19a0dae0 100644 (file)
--- a/src/curl_json.c
+++ b/src/curl_json.c
static int cj_cb_end_array (void * ctx)
{
- return cj_cb_start (ctx);
+ return cj_cb_end (ctx);
}
static yajl_callbacks ycallbacks = {