projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd8274
)
Fix comment
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 11:33:57 +0000
(12:33 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 14 Jan 2010 11:33:57 +0000
(12:33 +0100)
include/yaz/json.h
patch
|
blob
|
history
diff --git
a/include/yaz/json.h
b/include/yaz/json.h
index
4cefba3
..
4f42d92
100644
(file)
--- 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);