Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix typo
Baptiste Daroussin committed 1 year ago
commit f3b78dc67eda5d8b700dbcd063c89081de37d6b5
parent 650a68faa62086b2b523c025de8f51bf3afbf14f
1 file changed +1 -1
modified libpkg/pkgbase.c
@@ -114,7 +114,7 @@ scan_system_shlibs(charv_t *system_shlibs, const char *rootdir)
			return (ret);
		}
	}
-
	if (system_shlibd->d)
+
	if (system_shlibs->d)
		qsort(system_shlibs->d, system_shlibs->len, sizeof(char *), char_cmp);

	return (r);