autocomp: Fix the count of box.items.item's node list.

This commit fix the commit cf1e142364
Fix the count of part.box.items.item's node list as "span" is removed.
This commit is contained in:
Jaehyun Cho 2016-01-21 10:01:46 +09:00
parent 142db7a0f9
commit ab32de6337
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ group "lexem" struct {
value "cursor_offset" int: 1;
value "line_back" int: 0;
group "name" var_array {
count 11;
count 10;
value "string" string: "align";
value "string" string: "aspect";
value "string" string: "aspect_mode";