[vlc-devel] commit: Remove unneeded space. (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Jul 31 23:10:41 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 31 14:13:07 2008 -0700| [b02d9f27b3c800884b5b40ade1de9641ed303d41]

Remove unneeded space.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b02d9f27b3c800884b5b40ade1de9641ed303d41
---

 src/libvlc-module.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index a9c5312..04526dd 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1000,8 +1000,8 @@ static const char *const ppsz_clock_descriptions[] =
      "This option is useful if you want to lower the latency when " \
      "reading a stream")
 
-#define AUTO_ADJUST_PTS_DELAY N_("(Experimental) Minimize latency when \
-     reading live stream.")
+#define AUTO_ADJUST_PTS_DELAY N_("(Experimental) Minimize latency when" \
+     "reading live stream.")
 #define AUTO_ADJUST_PTS_DELAY_LONGTEXT N_( \
      "This option is useful if you want to lower the latency when " \
      "reading a stream")




More information about the vlc-devel mailing list