]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/vcd.c
Trailing ;
[vlc] / modules / access / vcd / vcd.c
index 14ce395b0432fec18ff13832772d1eb48d71db9f..4747221462ae95309f02e296a5b5cdc30ac90616 100644 (file)
@@ -58,7 +58,7 @@ vlc_module_begin ()
 
     add_usage_hint( N_("[vcd:][device][@[title][,[chapter]]]") )
     add_integer( "vcd-caching", DEFAULT_PTS_DELAY / 1000, NULL, CACHING_TEXT,
-                 CACHING_LONGTEXT, true );
+                 CACHING_LONGTEXT, true )
     add_shortcut( "vcd" )
     add_shortcut( "svcd" )
 vlc_module_end ()