[pacman-dev] [PATCH v2 2/3] package.c: Comment style

Allan McRae allan at archlinux.org
Sun Oct 18 01:24:15 UTC 2015


On 18/10/15 03:02, Pierre Neidhardt wrote:
> Signed-off-by: Pierre Neidhardt <ambrevar at gmail.com>
> ---
>  src/pacman/package.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/pacman/package.c b/src/pacman/package.c
> index 0e4977f..6b86599 100644
> --- a/src/pacman/package.c
> +++ b/src/pacman/package.c
> @@ -173,7 +173,7 @@ void dump_pkg_full(alpm_pkg_t *pkg, int extra)
>  		printf("%s%s%s %6.2f %s\n", config->colstr.title, _("Compressed Size:"),
>  			config->colstr.nocolor, size, label);
>  	} else {
> -		// autodetect size for "Installed Size"
> +		/* autodetect size for "Installed Size" */
>  		label = "\0";
>  	}
>  

OK - no idea why a v2 of this was sent...


More information about the pacman-dev mailing list