Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix warning about incomplete initializer.
Stefan Eßer committed 4 years ago
commit 22c0609569546ff41af5f8c513b7f169fc10454b
parent 25254bb9620c94542500722f047c1ce47cb559f4
1 file changed +2 -2
modified libpkg/repo/binary/binary_private.h
@@ -377,8 +377,8 @@ static const struct repo_changes repo_upgrades[] = {
	{2013,
	 2014,
	 "Drop 'pkg_search'",
-

-
	 "DROP TABLE pkg_search;"
+
	 "DROP TABLE pkg_search;",
+
	 NULL,
	},
	/* Mark the end of the array */
	{ -1, -1, NULL, NULL, }