]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.c
Use pointless g* types for consistency
[empathy.git] / libempathy / empathy-utils.c
index 8febc8b4226a29d82a71a68c83781f599a6677ff..18b7dee690f63e63ea8d48c5a03b27f817b48af3 100644 (file)
@@ -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"