Commit 95f6fae3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warning

parent e9c23e95
......@@ -377,7 +377,7 @@ void system_End( libvlc_int_t *p_this )
psz_vlcpath = NULL;
}
if( ipcwindow = FindWindow( 0, L"VLC ipc "VERSION ) )
if( ( ipcwindow = FindWindow( 0, L"VLC ipc "VERSION ) ) != 0 )
{
SendMessage( ipcwindow, WM_QUIT, 0, 0 );
}
......
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