aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-exception.h')
-rw-r--r--camel/camel-exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-exception.h b/camel/camel-exception.h
index d5c93e5941..bb8df1a6fc 100644
--- a/camel/camel-exception.h
+++ b/camel/camel-exception.h
@@ -77,7 +77,7 @@ void camel_exception_xfer (CamelException *ex_dst,
/* exception content retrieval */
ExceptionId camel_exception_get_id (CamelException *ex);
-const gchar * camel_exception_get_description (CamelException *ex);
+const char * camel_exception_get_description (CamelException *ex);
#define camel_exception_is_set(ex) (camel_exception_get_id (ex) != CAMEL_EXCEPTION_NONE)