Constified

This commit is contained in:
Pierre Pronchery 2011-12-12 22:21:54 +00:00
parent 7c6e70cef1
commit f581702499

View File

@ -93,7 +93,7 @@ static char const * _authors[] =
#ifndef GDK_Forward
# define GDK_Forward 0
#endif
static DesktopAccel _surfer_accel[] =
static const DesktopAccel _surfer_accel[] =
{
{ G_CALLBACK(on_close), GDK_CONTROL_MASK, GDK_KEY_W },
#ifdef EMBEDDED