Commit 2584b8c1 authored by Pierre Ynard's avatar Pierre Ynard

oldrc: small simplification

parent 9d1dd341
......@@ -330,10 +330,11 @@ static int Activate( vlc_object_t *p_this )
#ifdef WIN32
p_intf->p_sys->b_quiet = var_InheritBool( p_intf, "rc-quiet" );
if( !p_intf->p_sys->b_quiet ) { CONSOLE_INTRO_MSG; }
#else
CONSOLE_INTRO_MSG;
if( !p_intf->p_sys->b_quiet )
#endif
{
CONSOLE_INTRO_MSG;
}
msg_rc( "%s", _("Remote control interface initialized. Type `help' for help.") );
return VLC_SUCCESS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment