Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove extraneous commas from the end of enums
Eitan committed 15 years ago
commit 98e83015b17a8d0bd7e67ebf6914d157235c2bb6
parent 24c675fda47c8bf5a9e72f7e13e8baa19853ddc2
1 file changed +2 -2
modified libpkg/pkg.h
@@ -66,7 +66,7 @@ typedef enum {
	/**
	 * The pkg type can not be determined.
	 */
-
	PKG_NONE,
+
	PKG_NONE
} pkg_t;

/**
@@ -143,7 +143,7 @@ typedef enum {
	 */
	EPKG_FORMAT,
	EPKG_NOT_ORIGIN,
-
	EPKG_NOT_NAME,
+
	EPKG_NOT_NAME
} pkg_error_t;

/**