]> git.sesse.net Git - vlc/commitdiff
extraneous semicolon
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 15 Dec 2007 21:52:13 +0000 (21:52 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 15 Dec 2007 21:52:13 +0000 (21:52 +0000)
modules/stream_out/mosaic_bridge.c

index 09e37eebc1cd38fee3f23044bb92559c14b5d406..17c396ec4db114be80f1b376e5deee827fc9ae23 100644 (file)
@@ -130,12 +130,12 @@ static int MosaicBridgeCallback( vlc_object_t *, char const *,
 
 #define VFILTER_TEXT N_("Video filter")
 #define VFILTER_LONGTEXT N_( \
-    "Video filters will be applied to the video stream." );
+    "Video filters will be applied to the video stream." )
 
 #define CHROMA_TEXT N_("Image chroma")
 #define CHROMA_LONGTEXT N_( \
     "Force the use of a specific chroma. Use YUVA if you're planning " \
-    "to use the Alphamask or Bluescreen video filter." );
+    "to use the Alphamask or Bluescreen video filter." )
 
 #define CFG_PREFIX "sout-mosaic-bridge-"