]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/clone.c
A lot of missing const in options lists
[vlc] / modules / video_filter / clone.c
index 2444af44dc6d7f1c71c3444d41958db435733987..fefc8f83945ee7f3b305564057cdc8aea62bf899 100644 (file)
@@ -79,7 +79,7 @@ vlc_module_begin();
     set_callbacks( Create, Destroy );
 vlc_module_end();
 
-static const char *ppsz_filter_options[] = {
+static const char *const ppsz_filter_options[] = {
     "count", "vout-list", NULL
 };