summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index cc1092abf..dc00a72d8 100644
--- a/auth1.c
+++ b/auth1.c
@@ -76,7 +76,7 @@ static const struct AuthMethod1
76{ 76{
77 int i; 77 int i;
78 78
79 for(i = 0; auth1_methods[i].name != NULL; i++) 79 for (i = 0; auth1_methods[i].name != NULL; i++)
80 if (auth1_methods[i].type == type) 80 if (auth1_methods[i].type == type)
81 return (&(auth1_methods[i])); 81 return (&(auth1_methods[i]));
82 82