aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-corba-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-corba-utils.c')
-rw-r--r--e-util/e-corba-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-corba-utils.c b/e-util/e-corba-utils.c
index f673370bfc..338b88efee 100644
--- a/e-util/e-corba-utils.c
+++ b/e-util/e-corba-utils.c
@@ -28,7 +28,7 @@
const CORBA_char *
-e_safe_corba_string (const char *s)
+e_safe_corba_string (const gchar *s)
{
if (s == NULL)
return (CORBA_char *) "";
@@ -37,7 +37,7 @@ e_safe_corba_string (const char *s)
}
CORBA_char *
-e_safe_corba_string_dup (const char *s)
+e_safe_corba_string_dup (const gchar *s)
{
return CORBA_string_dup (e_safe_corba_string (s));
}