Remove stray '+' accidentally introduced in sync

This commit is contained in:
Darren Tucker 2013-06-02 08:01:24 +10:00
parent 3750fce6ac
commit 12f6533215
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ struct AuthMethod1 {
int type;
char *name;
int *enabled;
+ int (*method)(Authctxt *);
int (*method)(Authctxt *);
};
const struct AuthMethod1 auth1_methods[] = {