diff options
Diffstat (limited to 'sendto/plugins/pidgin/pidgin.c')
-rw-r--r-- | sendto/plugins/pidgin/pidgin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sendto/plugins/pidgin/pidgin.c b/sendto/plugins/pidgin/pidgin.c index 3189c71..d555893 100644 --- a/sendto/plugins/pidgin/pidgin.c +++ b/sendto/plugins/pidgin/pidgin.c @@ -103,7 +103,7 @@ init (NstPlugin *plugin) DBUS_TYPE_G_INT_ARRAY, &accounts, G_TYPE_INVALID)) { g_object_unref(proxy); g_error_free(error); - return FALSE; + return FALSE; } g_array_free(accounts, TRUE); |