Fix parsing multiple roots with whitespace between them.

Patch by:   Patrick Wildt
This commit is contained in:
theraven 2014-02-23 21:13:07 +00:00
parent 3b515730da
commit 7ff48d0ef0

View File

@ -1059,6 +1059,7 @@ device_tree::parse_roots(input_buffer &input, std::vector<node*> &roots)
{
valid = false;
}
input.next_token();
}
}