ipc: s/floating-nodes/floating_nodes for consistency

This commit is contained in:
Michael Stapelberg
2010-11-21 16:34:45 +01:00
parent fcd8518d81
commit f53fafe100
4 changed files with 4 additions and 4 deletions

View File

@ -206,7 +206,7 @@ void dump_node(yajl_gen gen, struct Con *con, bool inplace_restart) {
}
y(array_close);
ystr("floating-nodes");
ystr("floating_nodes");
y(array_open);
TAILQ_FOREACH(node, &(con->floating_head), floating_windows) {
dump_node(gen, node, inplace_restart);