diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-26 16:03:30 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-26 16:03:48 -0700 |
commit | 5256304812e89c1c02bed093d11f96d97216bdbe (patch) | |
tree | 439f5f71410af72cf80cc09e9ccaccf85fbba113 /isokeys.h | |
parent | e1b1ecd2e9858dca67ed1da90799f1ea34fc9b71 (diff) |
Fix many const char * warnings
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'isokeys.h')
-rw-r--r-- | isokeys.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ #define XKC_ISO_Last_Group 'y' #define XKC_ISO_Last_Group_Lock 'z' -static char *IsoKeyCaps[] = { +static const char *IsoKeyCaps[] = { "%!PS-AdobeFont-1.0: IsoKeyCaps", "%%CreationDate: Sun Apr 16 22:14:26 1995", "%%VMusage: 8064 8064", |