aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/e-mail-authenticator.c
diff options
context:
space:
mode:
Diffstat (limited to 'libemail-engine/e-mail-authenticator.c')
-rw-r--r--libemail-engine/e-mail-authenticator.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libemail-engine/e-mail-authenticator.c b/libemail-engine/e-mail-authenticator.c
index 794c0ce4a7..095bebce15 100644
--- a/libemail-engine/e-mail-authenticator.c
+++ b/libemail-engine/e-mail-authenticator.c
@@ -37,7 +37,7 @@ enum {
/* Forward Declarations */
static void e_mail_authenticator_interface_init
- (ESourceAuthenticatorInterface *interface);
+ (ESourceAuthenticatorInterface *iface);
G_DEFINE_TYPE_WITH_CODE (
EMailAuthenticator,
@@ -226,9 +226,9 @@ e_mail_authenticator_class_init (EMailAuthenticatorClass *class)
}
static void
-e_mail_authenticator_interface_init (ESourceAuthenticatorInterface *interface)
+e_mail_authenticator_interface_init (ESourceAuthenticatorInterface *iface)
{
- interface->try_password_sync = mail_authenticator_try_password_sync;
+ iface->try_password_sync = mail_authenticator_try_password_sync;
}
static void