add missing comma

This commit is contained in:
es183923 2021-11-01 20:44:16 -04:00
parent 55f2b57421
commit f9230f0ed1

View file

@ -424,7 +424,7 @@ void bar_manager_serialize(struct bar_manager* bar_manager, FILE* rsp) {
"\t\"state\": {\n"
"\t\t\"frozen\": %d,\n"
"\t\t\"topmost\": %d,\n"
"\t\t\"shadow\": %d\n"
"\t\t\"shadow\": %d,\n"
"\t\t\"font_smoothing\": %d\n"
"\t},\n"
"\t\"items\": [\n",