From b02d9f27b3c800884b5b40ade1de9641ed303d41 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 31 Jul 2008 14:13:07 -0700 Subject: [PATCH] Remove unneeded space. --- src/libvlc-module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index a9c531299d..04526ddd14 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") -- 2.39.2