From 12f6533215c0a36ab29d11ff52a853fce45573b4 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 2 Jun 2013 08:01:24 +1000 Subject: Remove stray '+' accidentally introduced in sync --- auth1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth1.c') diff --git a/auth1.c b/auth1.c index 3518fb1c6..f1ac59814 100644 --- a/auth1.c +++ b/auth1.c @@ -57,7 +57,7 @@ struct AuthMethod1 { int type; char *name; int *enabled; -+ int (*method)(Authctxt *); + int (*method)(Authctxt *); }; const struct AuthMethod1 auth1_methods[] = { -- cgit v1.2.3