Commit 88528f4c authored by Olivier Teulière's avatar Olivier Teulière

* skins2/src/skin_main.cpp: Do not forget to return a value

parent 2a4da6a5
......@@ -378,6 +378,7 @@ static int onSystrayChange( vlc_object_t *pObj, const char *pVariable,
}
vlc_object_release( pIntf );
return VLC_SUCCESS;
}
......@@ -407,6 +408,7 @@ static int onTaskBarChange( vlc_object_t *pObj, const char *pVariable,
}
vlc_object_release( pIntf );
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