[pacman-dev] [PATCH 01/23] doc: remove stray doxygen comment

Colin Woodbury colin at fosskers.ca
Wed Dec 9 19:28:57 UTC 2020


LGTM. Fixes the warning `trans.c:269: warning: unbalanced grouping commands`.

On Mon, 7 Dec 2020, at 14:19, morganamilo wrote:
> ---
> lib/libalpm/trans.c | 2 --
> 1 file changed, 2 deletions(-)
> 
> diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c
> index c7317c15..303d2fca 100644
> --- a/lib/libalpm/trans.c
> +++ b/lib/libalpm/trans.c
> @@ -266,8 +266,6 @@ int SYMEXPORT alpm_trans_release(alpm_handle_t *handle)
> return 0;
> }
>  
> -/** @} */
> -
> void _alpm_trans_free(alpm_trans_t *trans)
> {
> if(trans == NULL) {
> -- 
> 2.29.2
> 


More information about the pacman-dev mailing list