diff options
Diffstat (limited to 'libempathy/empathy-account-manager.c')
-rw-r--r-- | libempathy/empathy-account-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index f7cb09a87..c71439bd4 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -367,7 +367,7 @@ static void account_manager_ensure_all_accounts (EmpathyAccountManager *manager, GPtrArray *accounts) { - int i, missing_accounts; + guint i, missing_accounts; GHashTableIter iter; EmpathyAccountManagerPriv *priv = GET_PRIV (manager); gpointer value; |