Skip to content

Commit 4bab02c

Browse files
committed
#90 missing quotes..
1 parent 6b9c4c2 commit 4bab02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/window.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ void window_serialize(struct window *window, FILE *rsp)
145145
"\t\"subrole\":\"%s\",\n"
146146
"\t\"movable\":%d,\n"
147147
"\t\"resizable\":%d,\n"
148-
"\t\"split\":%s,\n"
148+
"\t\"split\":\"%s\",\n"
149149
"\t\"floating\":%d,\n"
150150
"\t\"sticky\":%d,\n"
151151
"\t\"border\":%d,\n"

0 commit comments

Comments
 (0)