aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-smiley-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-smiley-manager.c')
-rw-r--r--libempathy-gtk/empathy-smiley-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-smiley-manager.c b/libempathy-gtk/empathy-smiley-manager.c
index c504d4cdb..e8f623424 100644
--- a/libempathy-gtk/empathy-smiley-manager.c
+++ b/libempathy-gtk/empathy-smiley-manager.c
@@ -122,7 +122,7 @@ smiley_manager_finalize (GObject *object)
EmpathySmiley *smiley = l->data;
/* The smiley got the ownership of the path */
- g_free ((gchar*) smiley->path);
+ g_free ((gchar *) smiley->path);
empathy_smiley_free (smiley);
}
g_slist_free (priv->smileys);