Skip to content
Snippets Groups Projects
Commit 84d4c3d8 authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

remove a wrong 'const'


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97533 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 7b319d9d
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment