]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Attempt to fix C++ compilation
[vlc] / src / libvlc.h
index c93e4bb7c3b11e66ce683c60319fd5355bcea6a1..3c79633a152542476b2b2cde728650269eba84ea 100644 (file)
@@ -2213,8 +2213,7 @@ static module_config_t p_help_config[] =
         .i_type   = CONFIG_ITEM_BOOL,
         .psz_name = "version",
         .psz_text = N_("print version information")
-    },
-    { .i_type = CONFIG_HINT_END }
+    }
 };
 
 /*****************************************************************************