Use const char* rather than static array.
[libguac-client-rdp.git] / include / rdp_keymap.h
index 99dfb8a..c7a7b89 100644 (file)
@@ -79,7 +79,7 @@ typedef struct guac_rdp_altcode_map {
     /**
      * The 4-digit Alt-code which types this keysym.
      */
-    char altcode[4];
+    const char* altcode;
 
 } guac_rdp_altcode_map;