mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +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
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char map_key(SDL_keysym *ks)
|
static char map_key(SDL_keysym *ks)
|
||||||
{
|
{
|
||||||
const char *s, **p = us_kbd_map;
|
const char *s, **p = us_kbd_map;
|
||||||
int c = ks->sym;
|
int c = ks->sym;
|
||||||
|
Reference in New Issue
Block a user