[asterisk-commits] rizzo: trunk r97533 - /trunk/channels/console_gui.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 9 12:12:44 CST 2008
Author: rizzo
Date: Wed Jan 9 12:12:44 2008
New Revision: 97533
URL: http://svn.digium.com/view/asterisk?view=rev&rev=97533
Log:
remove a wrong 'const'
Modified:
trunk/channels/console_gui.c
Modified: trunk/channels/console_gui.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/console_gui.c?view=diff&rev=97533&r1=97532&r2=97533
==============================================================================
--- trunk/channels/console_gui.c (original)
+++ trunk/channels/console_gui.c Wed Jan 9 12:12:44 2008
@@ -462,7 +462,7 @@
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;
More information about the asterisk-commits
mailing list