fix comments

This commit is contained in:
Christian Grothoff 2020-01-16 22:26:25 +01:00
parent 9d475ba0ba
commit a19939baec
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 1 additions and 2 deletions

View File

@ -257,7 +257,7 @@ TALER_MHD_parse_post_json (struct MHD_Connection *connection,
* to clean up our state.
*
* @param con_cls value as it was left by
* #TALER_MHD_post_json(), to be cleaned up
* #TALER_MHD_parse_post_json(), to be cleaned up
*/
void
TALER_MHD_parse_post_cleanup_callback (void *con_cls);

View File

@ -114,7 +114,6 @@ TALER_MHD_parse_post_json (struct MHD_Connection *connection,
void
TALER_MHD_parse_post_cleanup_callback (void *con_cls)
{
// FIXME: this should probably NOT be done with a 'void *' like this!
GNUNET_JSON_post_parser_cleanup (con_cls);
}