summaryrefslogtreecommitdiff
path: root/Source/DOH/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/DOH/list.c')
-rw-r--r--Source/DOH/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DOH/list.c b/Source/DOH/list.c
index a08cadb5a..d5b532409 100644
--- a/Source/DOH/list.c
+++ b/Source/DOH/list.c
@@ -252,7 +252,7 @@ static DOH *List_str(DOH *lo) {
if ((i + 1) < l->nitems)
Printf(s, ", ");
}
- Printf(s, " ]\n");
+ Printf(s, " ]");
ObjSetMark(lo, 0);
return s;
}