mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user