summaryrefslogtreecommitdiffstats
path: root/usr.bin/dtc
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dtc')
-rw-r--r--usr.bin/dtc/fdt.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/dtc/fdt.cc b/usr.bin/dtc/fdt.cc
index eb944fc..3a7554c 100644
--- a/usr.bin/dtc/fdt.cc
+++ b/usr.bin/dtc/fdt.cc
@@ -1054,6 +1054,7 @@ device_tree::parse_roots(input_buffer &input, std::vector<node*> &roots)
{
valid = false;
}
+ input.next_token();
}
}
OpenPOWER on IntegriCloud