Changeset 7da0674108a114448543693624598eee0763125f
- Timestamp:
- 15/02/06 20:59:30
(3 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1140033570 +0000
- git-parent:
[5423c6504242bf66ea3cec4dc4465f1e900ad1a3]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1140033570 +0000
- Message:
Fix warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5423c65 |
r7da0674 |
|
| 124 | 124 | var_DelCallback( p_playlist, "playlist-current", ItemChange, p_this ); |
|---|
| 125 | 125 | vlc_object_release( p_playlist ); |
|---|
| 126 | | return VLC_EGENERIC; |
|---|
| 127 | | } |
|---|
| 128 | | |
|---|
| 129 | | |
|---|
| | 126 | } |
|---|
| 130 | 127 | } |
|---|
| 131 | 128 | |
|---|