summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 932ef25..85b3ee5 100644
--- a/src/util.c
+++ b/src/util.c
@@ -85,7 +85,7 @@ void trg_error_dialog(GtkWindow * parent, int status,
g_free((gpointer) msg);
}
-const gchar *make_error_message(JsonObject * response, int status)
+gchar *make_error_message(JsonObject * response, int status)
{
if (status == FAIL_JSON_DECODE) {
return g_strdup(_("JSON decoding error."));