Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Make gcc happy
Baptiste Daroussin committed 12 years ago
commit 7d48c56507f3d0c0b210d15e0b018f1f5539e89f
parent b287f38
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", "",  "==" },