Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
libpkg/elfhints.c: use putchar() for a single character
rilysh committed 2 years ago
commit def7a15d8907ce4d91dd4df11cfd95b01c635cec
parent 92f4039
1 file changed +1 -1
modified libpkg/elfhints.c
@@ -341,7 +341,7 @@ list_elf_hints(const char *hintsfile)
	printf("\tsearch directories:");
	for (i = 0;  i < ndirs;  i++)
		printf("%c%s", i == 0 ? ' ' : ':', dirs[i]);
-
	printf("\n");
+
	putchar('\n');

	nlibs = 0;
	for (i = 0;  i < ndirs;  i++) {