]> git.sesse.net Git - vlc/blobdiff - modules/misc/rtsp.c
Strings
[vlc] / modules / misc / rtsp.c
index 30ac05effaa4ea863c85e0a1410225b120ec0f17..a6cd6c2a0f818be65a963e9560b5ac4d33e769af 100644 (file)
@@ -46,6 +46,7 @@ static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );
 
 #define HOST_TEXT N_( "RTSP host address" )
+/// \bug [String] extra space
 #define HOST_LONGTEXT N_( \
     "This defines the address, port and path the RTSP VOD server will listen " \
     "on.\nSyntax is address:port/path. The default is to listen on all "\