remove a wrong 'const'

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2008-01-09 18:12:44 +00:00
parent 7b319d9d69
commit 84d4c3d801

View File

@@ -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;