From 487171950b74928d9588ffa70179cfbb81aa6012 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 13 Dec 2016 12:06:24 -0600 Subject: [PATCH] libpkgconf: client: fix doc strings up --- libpkgconf/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libpkgconf/client.c b/libpkgconf/client.c index c475c08..6f26c3a 100644 --- a/libpkgconf/client.c +++ b/libpkgconf/client.c @@ -38,7 +38,7 @@ * * :param pkgconf_client_t* client: The client to initialise. * :param pkgconf_error_handler_func_t error_handler: An optional error handler to use for logging errors. - * :param void * error_handler_data: user data passed to optional error handler + * :param void* error_handler_data: user data passed to optional error handler * :return: nothing */ void @@ -60,7 +60,7 @@ pkgconf_client_init(pkgconf_client_t *client, pkgconf_error_handler_func_t error * Allocate and initialise a pkgconf client object. * * :param pkgconf_error_handler_func_t error_handler: An optional error handler to use for logging errors. - * :param void * error_handler_data: user data passed to optional error handler + * :param void* error_handler_data: user data passed to optional error handler * :return: A pkgconf client object. * :rtype: pkgconf_client_t* */