Remove stray newline.

This commit is contained in:
Konstantin Belousov 2014-08-27 00:48:09 +00:00
parent 33b6cf558b
commit e404dc33e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270687

View File

@ -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)