remove a wrong 'const'

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Luigi Rizzo 18 years ago
parent 7b319d9d69
commit 84d4c3d801

@ -462,7 +462,7 @@ static const char *us_kbd_map[] = {
NULL
};
static const char map_key(SDL_keysym *ks)
static char map_key(SDL_keysym *ks)
{
const char *s, **p = us_kbd_map;
int c = ks->sym;

Loading…
Cancel
Save