jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=eb34b537f344e2d51adb270ec572b0751d88b4f2
commit eb34b537f344e2d51adb270ec572b0751d88b4f2 Author: Jean Guyomarc'h <[email protected]> Date: Sat Sep 23 16:20:47 2017 +0200 ecore_input: constify global This is just for correctness, it changes nothing. --- src/lib/ecore_input/ecore_input_compose.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_input/ecore_input_compose.h b/src/lib/ecore_input/ecore_input_compose.h index 50dd5cad61..22a7b80ab8 100644 --- a/src/lib/ecore_input/ecore_input_compose.h +++ b/src/lib/ecore_input/ecore_input_compose.h @@ -9,7 +9,7 @@ * algorithms. */ -static const char *comp = +static const char *const comp = "dead_breve\x00" "\x83\x07" /* 'dead_breve' 775 */ "dead_breve\x00" "\x10" /* 'dead_breve' 16 */ "˘\x00" "\x04" /* '˘' 4 */ --
