Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix build with gcc
Baptiste Daroussin committed 13 years ago
commit e2c6cb536b26815260daef3376fa8d588ce5bdd3
parent f304ceeefd2ab43b597eeab1ad63989e10ad882c
1 file changed +1 -1
modified pkg/register.c
@@ -98,7 +98,7 @@ exec_register(int argc, char **argv)
	bool old = false;

	int i;
-
	int ret = EPKG_OK, retcode;
+
	int ret = EPKG_OK, retcode = EX_OK;


	pkg_config_bool(PKG_CONFIG_DEVELOPER_MODE, &developer);