summaryrefslogtreecommitdiff
path: root/readpass.c
diff options
context:
space:
mode:
authordjm <djm>2006-03-15 00:18:26 +0000
committerdjm <djm>2006-03-15 00:18:26 +0000
commit39c179586b8657d25d3d6ff16ab5c41425a9e10b (patch)
tree394e97ffb608ebf0d7b11d558ce701b176a76ec5 /readpass.c
parentbf2c0179880efdb3f55965c15daf000617b3e241 (diff)
downloadopenssh-39c179586b8657d25d3d6ff16ab5c41425a9e10b.tar.gz
fix spacing of include
Diffstat (limited to 'readpass.c')
-rw-r--r--readpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/readpass.c b/readpass.c
index a9b99617..9f74bec1 100644
--- a/readpass.c
+++ b/readpass.c
@@ -26,7 +26,7 @@
RCSID("$OpenBSD: readpass.c,v 1.34 2006/02/08 12:15:27 stevesk Exp $");
#ifdef HAVE_PATHS_H
-# include <paths.h>
+# include <paths.h>
#endif
#include "xmalloc.h"