auto_comp: fix build break.

there were typo that caused build break.
This commit is contained in:
ChunEon Park 2015-05-24 18:16:30 +09:00
parent 165c955bee
commit b59cc1022d
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ const char *AUTOCOMP_TYPE[AUTOCOMP_TYPE_LINE_CNT] =
"type: IMAGE;",
};
#define AUTOCOMP_TYPE_PRECISE_IS_INSIDE_CNT 1
const char *AUTOCOMP_TYPE[AUTOCOMP_TYPE_PRECISE_IS_INSIDE_CNT] =
#define AUTOCOMP_PRECISE_IS_INSIDE_LINE_CNT 1
const char *AUTOCOMP_PRECISE_IS_INSIDE[AUTOCOMP_PRECISE_IS_INSIDE_LINE_CNT] =
{
"precise_is_inside: ;",
};