aboutsummaryrefslogtreecommitdiff
path: root/src/addressbook.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-02-28 09:41:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-02-28 09:41:57 +0000
commit5a281e7073bb7d349d9c800e98dc69d0dcbc5eb8 (patch)
tree1cd87d78d569b18bc60dcdfb2f1a5b1d89ae1677 /src/addressbook.c
parent212887cb7478d45b4a4b8146a9617d1d88e99eae (diff)
fixed compilation problem on MinGW (interface -> iface).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2849 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/addressbook.c')
-rw-r--r--src/addressbook.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/addressbook.c b/src/addressbook.c
index 2314ec34..bcd2b793 100644
--- a/src/addressbook.c
+++ b/src/addressbook.c
@@ -4536,8 +4536,8 @@ gboolean addressbook_load_completion(gint (*callBackFunc)(const gchar *, const g
nodeIf = addrindex_get_interface_list( _addressIndex_ );
while( nodeIf ) {
- AddressInterface *interface = nodeIf->data;
- nodeDS = interface->listSource;
+ AddressInterface *iface = nodeIf->data;
+ nodeDS = iface->listSource;
while( nodeDS ) {
ds = nodeDS->data;