diff options
author | 2017-12-12 07:47:58 +0000 | |
---|---|---|
committer | 2017-12-12 07:47:58 +0000 | |
commit | 7aa9dd3f1d30f93247fac575e5f3533a51a632fb (patch) | |
tree | 9dfa1736262101c45bbd2563b1ef8d9233c8111d | |
parent | sync (diff) | |
download | wireguard-openbsd-7aa9dd3f1d30f93247fac575e5f3533a51a632fb.tar.xz wireguard-openbsd-7aa9dd3f1d30f93247fac575e5f3533a51a632fb.zip |
spacing
-rw-r--r-- | libexec/ld.so/dir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/dir.c b/libexec/ld.so/dir.c index 4b4507d5ac9..574386affda 100644 --- a/libexec/ld.so/dir.c +++ b/libexec/ld.so/dir.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dir.c,v 1.23 2015/01/16 16:18:07 deraadt Exp $ */ +/* $OpenBSD: dir.c,v 1.24 2017/12/12 07:47:58 deraadt Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -73,7 +73,7 @@ _dl_opendir(const char *name) dirp->dd_buf = _dl_malloc(dirp->dd_len); if (dirp->dd_buf == NULL) { _dl_free(dirp); - _dl_close (fd); + _dl_close(fd); return (NULL); } |