[vlc-devel] commit: string: missing space (Derk-Jan Hartman )
git version control
git at videolan.org
Tue Jun 23 19:22:24 CEST 2009
vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Tue Jun 23 14:22:09 2009 +0200| [f81198e71804796bf583dbd6a33cea1012401847] | committer: Derk-Jan Hartman
string: missing space
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f81198e71804796bf583dbd6a33cea1012401847
---
src/libvlc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/libvlc.c b/src/libvlc.c
index 78a8716..331bf99 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -1846,11 +1846,11 @@ static void Usage( libvlc_int_t *p_this, char const *psz_search )
{
if( b_color )
utf8_fprintf( stdout, "\n" WHITE "%s" GRAY "\n",
- _( "No matching module found. Use --list or" \
+ _( "No matching module found. Use --list or " \
"--list-verbose to list available modules." ) );
else
utf8_fprintf( stdout, "\n%s\n",
- _( "No matching module found. Use --list or" \
+ _( "No matching module found. Use --list or " \
"--list-verbose to list available modules." ) );
}
More information about the vlc-devel
mailing list