summaryrefslogtreecommitdiff
path: root/error_utils.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-13 20:54:45 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-08-13 20:54:45 -0400
commit0b3ae523971cd3bfae93dbffe202285e5a435520 (patch)
tree20d7562036e603cc4c44c7715d3867cb9275b106 /error_utils.c
parentfc17e46aefc3b5f4e2d4dda8e09f9fa6533377be (diff)
let parser handle command prompt generation
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 2c48aba..ab44893 100644
--- a/error_utils.c
+++ b/error_utils.c
@@ -211,7 +211,7 @@ void format_error_text (gchar **response, int error_type, char *in)
}
- *response = g_strdup_printf("%d, \"%s; %s\"\n", error_type, prefix, in);
+ *response = g_strdup_printf("%d, \"%s; %s\"", error_type, prefix, in);
g_free(prefix);
}