summaryrefslogtreecommitdiff
path: root/readpass.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:18:26 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:18:26 +1100
commita9263d065d1db21c1d0661913673ed5c9b4d6467 (patch)
tree6dacab6d2c0079820bd8e0db4aeac190c329dfa0 /readpass.c
parent03e2003a2336e576aa1f27eab4f0f5b0b582bddd (diff)
downloadopenssh-git-a9263d065d1db21c1d0661913673ed5c9b4d6467.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"