From ea7a73ee213b9dc8316f064628a8540313097a62 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 14 Jan 2010 12:33:57 +0100 Subject: [PATCH] Fix comment --- include/yaz/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/yaz/json.h b/include/yaz/json.h index 4cefba3..4f42d92 100644 --- a/include/yaz/json.h +++ b/include/yaz/json.h @@ -153,7 +153,7 @@ int json_append_array(struct json_node *dst, struct json_node *src); /** \brief configure subst rule \param p JSON parser \param idx (%id) - \param node node to be substituted for idx (%idx) + \param n node to be substituted for idx (%idx) */ YAZ_EXPORT void json_parser_subst(json_parser_t p, int idx, struct json_node *n); -- 1.7.10.4