diff options
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r-- | libempathy/empathy-utils.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 8febc8b42..18b7dee69 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -959,10 +959,10 @@ empathy_get_x509_certificate_hostname (gnutls_x509_crt_t cert) return NULL; } -char * -empathy_format_currency (int amount, - guint scale, - const char *currency) +gchar * +empathy_format_currency (gint amount, + guint scale, + const gchar *currency) { #define MINUS "\342\210\222" #define EURO "\342\202\254" |