summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commit2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit2.c b/src/commit2.c
index 6d2270d..83236cd 100644
--- a/src/commit2.c
+++ b/src/commit2.c
@@ -1481,7 +1481,7 @@ validate_func(GNode *node, gpointer data)
char *p = clind_unescape(path_buf);
if (strlen(outbuf) > 0) {
if (g_print_error_location_all == TRUE) {
- fprintf(out_stream,"_errloc_:[ %s ] \n %s\n",p,outbuf);
+ fprintf(out_stream,"_errloc_:[%s]\n %s\n",p,outbuf);
}
else {
fprintf(out_stream,"[ %s ] \n %s\n",p,outbuf);