Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make gcc happy
Baptiste Daroussin committed 13 years ago
commit 7d48c56507f3d0c0b210d15e0b018f1f5539e89f
parent b287f38abc7c856667ad9600638854fec1db08c6
1 file changed +1 -1
modified libpkg/pkg_printf.c
@@ -2009,7 +2009,7 @@ struct sbuf *
liclog_val(struct sbuf *sbuf, lic_t licenselogic, struct percent_esc *p)
{
	int			 alternate;
-
	int			 llogic;
+
	int			 llogic = PP_LIC_SINGLE;

	static const char	*liclog_str[3][3] = {
		[PP_LIC_SINGLE] = { "single", "",  "==" },