hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=b59cc1022d33606e428e1a18d4b6e3e27693fbe1

commit b59cc1022d33606e428e1a18d4b6e3e27693fbe1
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Sun May 24 18:16:30 2015 +0900

    auto_comp: fix build break.
    
    there were typo that caused build break.
---
 src/lib/auto_comp_code.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/auto_comp_code.h b/src/lib/auto_comp_code.h
index 88d2cd2..2f81fac 100644
--- a/src/lib/auto_comp_code.h
+++ b/src/lib/auto_comp_code.h
@@ -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: ;",
 };

-- 


Reply via email to