Commit 1d7df6fa authored by Rafaël Carré's avatar Rafaël Carré

main_interface.cpp: remove trailing ':' after #ifdef

parent 2164865c
......@@ -971,7 +971,7 @@ void MainInterface::handleSystrayClick(
{
case QSystemTrayIcon::Trigger:
case QSystemTrayIcon::DoubleClick:
#ifdef Q_WS_MAC:
#ifdef Q_WS_MAC
QVLCMenu::updateSystrayMenu( this, p_intf );
#else
toggleUpdateSystrayMenu();
......
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