From: Adam Dickmeiss Date: Thu, 14 Jan 2010 11:33:57 +0000 (+0100) Subject: Fix comment X-Git-Tag: v4.0.0~35 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ea7a73ee213b9dc8316f064628a8540313097a62 Fix comment --- 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);