summaryrefslogtreecommitdiff
path: root/src/yajl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/yajl.c')
-rw-r--r--src/yajl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yajl.c b/src/yajl.c
index 06950e5..793eea3 100644
--- a/src/yajl.c
+++ b/src/yajl.c
@@ -133,7 +133,7 @@ yajl_parse(yajl_handle hand, const unsigned char * jsonText,
yajl_status
-yajl_parse_complete(yajl_handle hand)
+yajl_complete_parse(yajl_handle hand)
{
return yajl_do_finish(hand);
}