Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Trivial fix -- add missing comma -- to test committing to main repo
Matthew Seaman committed 13 years ago
commit 516d1c4b0d8dab9ef1d67540933f95ccbbfac25c
parent 6660edc
1 file changed +1 -1
modified libpkg/pkgdb.c
@@ -1506,7 +1506,7 @@ static sql_prstmt_t sql_prepared_statements[PRSTMT_LAST] = {
	[MTREE] = {
		NULL,
		"INSERT OR IGNORE INTO mtree(content) VALUES(?1)",
-
		"T"
+
		"T",
	},
	[PKG] = {
		NULL,