From db6452e4f673c19bef32f61547cb4d33cbffb040 Mon Sep 17 00:00:00 2001 From: kib Date: Wed, 27 Aug 2014 00:48:09 +0000 Subject: Remove stray newline. --- libexec/rtld-elf/rtld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 03c92d0..39bef4a 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -2784,7 +2784,7 @@ search_library_pathfds(const char *name, const char *path, int *fdp) size_t len; int dirfd, fd; - dbg("%s('%s', '%s', fdp)\n", __func__, name, path); + dbg("%s('%s', '%s', fdp)", __func__, name, path); /* Don't load from user-specified libdirs into setuid binaries. */ if (!trust) -- cgit v1.1