[vlc-devel] commit: Cosmetic ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Oct 20 20:25:25 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Oct 20 21:22:12 2008 +0300| [35793c6a8b849fe7494914fa7975df8a1d3eb78b] | committer: Rémi Denis-Courmont
Cosmetic
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=35793c6a8b849fe7494914fa7975df8a1d3eb78b
---
src/playlist/control.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/playlist/control.c b/src/playlist/control.c
index 09852b1..5930b77 100644
--- a/src/playlist/control.c
+++ b/src/playlist/control.c
@@ -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 );
}
More information about the vlc-devel
mailing list