]> git.sesse.net Git - vlc/blobdiff - modules/access/v4l.c
Small warning fix.
[vlc] / modules / access / v4l.c
index ef4cfc1949219b70937286fccd561f72c8b50f82..6c4d63314b5793f81dec3cf9822f7ced271f9871 100644 (file)
@@ -142,7 +142,7 @@ static void Close( vlc_object_t * );
 
 static int i_norm_list[] =
     { VIDEO_MODE_AUTO, VIDEO_MODE_SECAM, VIDEO_MODE_PAL, VIDEO_MODE_NTSC };
-static char *psz_norm_list_text[] =
+static const char *psz_norm_list_text[] =
     { N_("Automatic"), N_("SECAM"), N_("PAL"),  N_("NTSC") };
 
 vlc_module_begin();