Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2010-01-18 00:04:50 +0300
committerEion Robb <eion@robbmob.com>2010-01-18 00:04:50 +0300
commit6eeb5160e56d9371ca32b8f3b1313662aa80e92d (patch)
tree0ea0b1c2aef0133a091dc92491d2e7c4c6feabae
parent36b88d27d97c4971b2678b8a8589512b80086593 (diff)
Fix compiler error, thanks to Gabriele Giacone for pointing it out.
-rw-r--r--libskype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libskype.c b/libskype.c
index 9377010..4e20a3a 100644
--- a/libskype.c
+++ b/libskype.c
@@ -1607,7 +1607,7 @@ skype_get_account_alias(PurpleAccount *acct)
void
skype_close(PurpleConnection *gc)
{
- GSList *buddies, buddieslist;
+ GSList *buddies, *buddieslist;
skype_debug_info("skype", "logging out\n");