Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
c6f9a67d
Commit
c6f9a67d
authored
Feb 16, 2008
by
Mark Moriarty
Browse files
One remaining Windows txt file color control code removed, thanks to Andre Weber
parent
9bc8e6ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc-common.c
View file @
c6f9a67d
...
...
@@ -1696,9 +1696,15 @@ static void Usage( libvlc_int_t *p_this, char const *psz_module_name )
}
}
if
(
b_has_advanced
)
utf8_fprintf
(
stdout
,
"
\n
"
WHITE
"%s"
GRAY
" %s
\n
"
,
_
(
"Note:"
),
_
(
"add --advanced to your command line to see advanced options."
)
);
if
(
b_has_advanced
)
{
if
(
b_color
)
utf8_fprintf
(
stdout
,
"
\n
"
WHITE
"%s"
GRAY
" %s
\n
"
,
_
(
"Note:"
),
_
(
"add --advanced to your command line to see advanced options."
));
else
utf8_fprintf
(
stdout
,
"
\n
%s %s
\n
"
,
_
(
"Note:"
),
_
(
"add --advanced to your command line to see advanced options."
));
}
/* Release the module list */
vlc_list_release
(
p_list
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment