Remove stray '+' accidentally introduced in sync
diff --git a/auth1.c b/auth1.c
index 3518fb1..f1ac598 100644
--- a/auth1.c
+++ b/auth1.c
@@ -57,7 +57,7 @@
 	int type;
 	char *name;
 	int *enabled;
-+	int (*method)(Authctxt *);
+	int (*method)(Authctxt *);
 };
 
 const struct AuthMethod1 auth1_methods[] = {