summaryrefslogtreecommitdiff
path: root/error_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'error_utils.c')
-rw-r--r--error_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error_utils.c b/error_utils.c
index ab44893..73d2999 100644
--- a/error_utils.c
+++ b/error_utils.c
@@ -209,7 +209,7 @@ void format_error_text (gchar **response, int error_type, char *in)
prefix=g_strdup("System error");
break;
}
-
+
*response = g_strdup_printf("%d, \"%s; %s\"", error_type, prefix, in);
g_free(prefix);