From e404dc33e27d37ae079111f05056cecf12e71dbf Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 27 Aug 2014 00:48:09 +0000 Subject: [PATCH] Remove stray newline. --- libexec/rtld-elf/rtld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 03c92d0a3275..39bef4a36174 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)