changeset 9877:55a284809828

Added a \n to the msg about -sdp being deprecated
author rsf
date Mon, 07 Apr 2003 21:29:45 +0000
parents 5e5e2d4dcdbe
children 95727467a091
files cfg-mplayer.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Mon Apr 07 21:08:56 2003 +0000
+++ b/cfg-mplayer.h	Mon Apr 07 21:29:45 2003 +0000
@@ -327,7 +327,7 @@
 #endif
 
 #ifdef STREAMING_LIVE_DOT_COM
-        {"sdp", "-sdp is deprecated, use sdp://file instead.", CONF_TYPE_PRINT, 0, 0, 0, NULL},
+        {"sdp", "-sdp is deprecated, use sdp://file instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
 	// -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP
         {"rtsp-stream-over-tcp", &rtspStreamOverTCP, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 #else