]> git.sesse.net Git - vlc/blobdiff - modules/video_output/sdl.c
Declared many static variables const
[vlc] / modules / video_output / sdl.c
index 0bc7de17d5a14157aef0ac80fd7f454adaded16d..96513e5b7e5712435ca40d358dc35da9dbfee081 100644 (file)
@@ -638,7 +638,7 @@ static int Manage( vout_thread_t *p_vout )
 /*****************************************************************************
  * Key events handling
  *****************************************************************************/
-static struct
+static const struct
 {
     SDLKey sdl_key;
     int i_vlckey;