Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
fix typo that crept in
Baptiste Daroussin committed 3 years ago
commit 0712e7df53aa61ea3c4d13c20cd80f8a05024885
parent 04c77dc
1 file changed +1 -1
modified libpkg/private/pkg.h
@@ -243,7 +243,7 @@ struct pkg {
	pkg_t		 type;
	struct pkg_repo		*repo;
};
-
:typedef tll(struct pkg *) pkg_chain_t;
+
typedef tll(struct pkg *) pkg_chain_t;

typedef enum {
	SCRIPT_UNKNOWN = 0,