]> git.sesse.net Git - vlc/blobdiff - modules/access_output/file.c
Trailing ;
[vlc] / modules / access_output / file.c
index 83ded48963e04563d13f249dc175238df3e2ae79..4d137b524bde8561fa7bdea3d5cd5b55e2f68bdc 100644 (file)
@@ -74,7 +74,7 @@ vlc_module_begin ()
     add_shortcut( "file" )
     add_shortcut( "stream" )
     add_bool( SOUT_CFG_PREFIX "append", 0, NULL, APPEND_TEXT,APPEND_LONGTEXT,
-              true );
+              true )
     set_callbacks( Open, Close )
 vlc_module_end ()