Skip to content

Commit 2962a3c

Browse files
committed
Minor fix
1 parent 2d69c45 commit 2962a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ inline rect_t parse_rect_from_json(const Json::Value& value) {
5151

5252

5353
static std::shared_ptr<container_t> parse_container_from_json(const Json::Value& o) {
54-
#define i3IPC_TYPE_STR "GET_TREE" // FIXME
54+
#define i3IPC_TYPE_STR "PARSE CONTAINER FROM JSON"
5555
std::shared_ptr<container_t> container (new container_t());
5656
IPC_JSON_ASSERT_TYPE_OBJECT(o, "o")
5757

0 commit comments

Comments
 (0)