enventor - --warning.

This commit is contained in:
ChunEon Park 2013-10-03 23:10:47 +09:00
parent dfa07864db
commit 9281799193
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ syntax_color_apply(edit_data *ed)
//FIXME: Optimize here by applying color syntax for only changed lines
ed->syntax_color_timer = NULL;
char *text = elm_entry_entry_get(ed->en_edit);
char *text = (char *) elm_entry_entry_get(ed->en_edit);
int pos = elm_entry_cursor_pos_get(ed->en_edit);
char *utf8 = (char *) color_cancel(syntax_color_data_get(ed->sh), text,
strlen(text));