summaryrefslogtreecommitdiff
path: root/error_utils.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-14 10:32:21 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-14 10:32:21 -0400
commitcc81ed5ed18464d6e632c79a1ccc9a2a8eea45b4 (patch)
treef6c1168e533fe28859269c111864ce82f88a8300 /error_utils.c
parent1d122d034def5e9f7e0a76159866de0f36ab56f7 (diff)
astyle formatting run
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);