syntax_color: Fix warnings.

This commit is contained in:
Jaehyun Cho 2016-05-17 17:40:11 +09:00
parent 7f86c01a0c
commit e3b07f998e
1 changed files with 1 additions and 1 deletions

View File

@ -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 */