diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-10-03 16:08:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-10-03 16:08:01 +0200 |
commit | 4129b724a01a80eb65c2b69e154f5f23fc7db152 (patch) | |
tree | c308a7601614d8c83f4fad4fcd98bfadef6b04ba /src/lib | |
parent | 789cd97b689513ee80d4c729f6aff8c5a514b352 (diff) |
doxygen fixes, update ChangeLog, bump version
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/auditor_api_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c index fda7d4451..5a293584f 100644 --- a/src/lib/auditor_api_handle.c +++ b/src/lib/auditor_api_handle.c @@ -187,7 +187,7 @@ free_version_request (struct VersionRequest *vr) * in the @a key_data. * * @param[in] resp_obj JSON object to parse - * @param[out] vi where to store the results we decoded + * @param[out] auditor where to store the results we decoded * @param[out] vc where to store version compatibility data * @return #TALER_EC_NONE on success */ |