From 68459ada2db3d8626b1957e220a9abe8aff6c1e3 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Mon, 19 Sep 2011 01:00:27 +0200 Subject: Added license and done a little cleanup of code --- maps/map_es.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'maps/map_es.h') diff --git a/maps/map_es.h b/maps/map_es.h index 30752e7..763e7cc 100644 --- a/maps/map_es.h +++ b/maps/map_es.h @@ -3,12 +3,12 @@ * */ -#ifndef __MAP_ES -#define __MAP_ES +#ifndef __EVS_MAP_ES +#define __EVS_MAP_ES static void init_shiftmap(void) { - init_shiftmap_global(); + shm = khm_create(); EVS_SHIFT(KEY_1, "!"); EVS_SHIFT(KEY_2, "\""); EVS_SHIFT(KEY_4, "$"); @@ -54,4 +54,4 @@ static char map[] = { }; -#endif // __MAP_ES +#endif // __EVS_MAP_ES -- cgit v1.2.3