From eb34b537f344e2d51adb270ec572b0751d88b4f2 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Sat, 23 Sep 2017 16:20:47 +0200 Subject: [PATCH] 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 */