Skip to content

Commit 9d307fd

Browse files
committed
newline
1 parent d973472 commit 9d307fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ bool maybe_print_custom_stack(vdynamic* ret) {
142142
if (f == NULL || f->field_index < 0) break;
143143
vdynamic* customStack = *(vdynamic**)((char*)(ret) + f->field_index);
144144
if (customStack != NULL) {
145-
uprintf(USTR("%s"), hl_to_string(customStack));
145+
uprintf(USTR("%s\n"), hl_to_string(customStack));
146146
return true;
147147
}
148148
}

0 commit comments

Comments
 (0)