jaehyun pushed a commit to branch master.

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

commit e3b07f998ef7364d46e0f4dcdf67503ce4df5f25
Author: Jaehyun Cho <jae_hyun_...@naver.com>
Date:   Tue May 17 17:40:11 2016 +0900

    syntax_color: Fix warnings.
---
 src/lib/syntax_color.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/syntax_color.c b/src/lib/syntax_color.c
index 83b5c73..97d2ffd 100644
--- a/src/lib/syntax_color.c
+++ b/src/lib/syntax_color.c
@@ -62,7 +62,7 @@ static syntax_color_group *scg = NULL;
 
 //We could share this color source through editor instances.
 static syntax_color_source g_color_src;
-static init_count = 0;
+static int init_count = 0;
 
 /*****************************************************************************/
 /* Internal method implementation                                            */

-- 


Reply via email to