projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7b319d9
)
remove a wrong 'const'
author
Luigi Rizzo
<rizzo@icir.org>
Wed, 9 Jan 2008 18:12:44 +0000
(18:12 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Wed, 9 Jan 2008 18:12:44 +0000
(18:12 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97533
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/console_gui.c
patch
|
blob
|
history
diff --git
a/channels/console_gui.c
b/channels/console_gui.c
index
45e435f
..
aa2f2cf
100644
(file)
--- a/
channels/console_gui.c
+++ b/
channels/console_gui.c
@@
-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;
int c = ks->sym;
{
const char *s, **p = us_kbd_map;
int c = ks->sym;