]> git.sesse.net Git - vlc/commitdiff
Cosmetic
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Mon, 20 Oct 2008 18:22:12 +0000 (21:22 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Mon, 20 Oct 2008 18:22:12 +0000 (21:22 +0300)
src/playlist/control.c

index 09852b1d7d92ff00f1a5b58ab504b422f03f225b..5930b7750c16943058c48d580c751252e411fe61 100644 (file)
@@ -61,8 +61,9 @@ void __pl_Release( vlc_object_t *p_this )
     playlist_t *pl = libvlc_priv (p_this->p_libvlc)->p_playlist;
     assert( pl != NULL );
 
-    assert( VLC_OBJECT(pl) != p_this /* The rule is that pl_Release() should act on
-    the same object than pl_Hold() */ );
+    /* The rule is that pl_Release() should act on
+       the same object than pl_Hold() */
+    assert( VLC_OBJECT(pl) != p_this);
 
     vlc_object_release( pl );
 }