dect
/
asterisk
Archived
13
0
Fork 0

remove a wrong 'const'

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@97533 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
rizzo 2008-01-09 18:12:44 +00:00
parent 8cd6762ba8
commit 73f0a12313
1 changed files with 1 additions and 1 deletions

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;