diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_json_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h index 888256385..ac8793ebc 100644 --- a/src/include/taler_json_lib.h +++ b/src/include/taler_json_lib.h @@ -547,7 +547,7 @@ TALER_deposit_extension_hash (const json_t *extensions, * * @param root is the json object * @param[out] mask on succes, will contain the age mask - * @return GNUNET_OK on success and GNUNET_SYSERR on failure. + * @return #GNUNET_OK on success and #GNUNET_SYSERR on failure. */ enum GNUNET_GenericReturnValue TALER_agemask_parse_json (const json_t *root, |