Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix warning about incomplete initializer.
Stefan Eßer committed 4 years ago
commit 22c0609569546ff41af5f8c513b7f169fc10454b
parent 25254bb
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, }