mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 18:01:29 +00:00
fix typo in ipc-json.c
This commit is contained in:
parent
15a324b0d3
commit
f8a94f2f4b
|
@ -319,7 +319,7 @@ json_object *ipc_json_describe_container_recursive(swayc_t *c) {
|
||||||
json_object_array_add(scratchpad_json, ipc_json_describe_container_recursive(scratchpad->items[i]));
|
json_object_array_add(scratchpad_json, ipc_json_describe_container_recursive(scratchpad->items[i]));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
json_object_object_add(object, "scratchpad", unmanaged);
|
json_object_object_add(object, "scratchpad", scratchpad_json);
|
||||||
}
|
}
|
||||||
|
|
||||||
return object;
|
return object;
|
||||||
|
|
Loading…
Reference in a new issue