Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
src/utils.c: oops... fix the if keyword
rilysh committed 1 year ago
commit 08e3a767eea6b204fcb71ce8365603fa1cb6c338
parent cd4d100ffd2f8e53fdc3faa7aafa8e1d5f02ba0c
1 file changed +1 -1
modified src/utils.c
@@ -1060,7 +1060,7 @@ print_jobs_summary(struct pkg_jobs *jobs, const char *msg, ...)
	} else if (sum.reinstall > 0) {
		printf("Number of packages to be reinstalled: %d\n",
		    sum.reinstall);
-
	} else xif (sum.downgrade > 0) {
+
	} else if (sum.downgrade > 0) {
		printf("Number of packages to be downgraded: %d\n",
		    sum.downgrade);
	} else if (sum.fetch > 0) {