Changeset 1b54fac70122f994fbae44e2d2fc07d3e6b554b3
- Timestamp:
- 10/23/06 00:06:38
(2 years ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1161554798 +0000
- git-parent:
[a52263a7395ab76afebe1d1a543c97490b5ac1a2]
- git-author:
- Rafaël Carré <funman@videolan.org> 1161554798 +0000
- Message:
typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra52263a |
r1b54fac |
|
| 214 | 214 | p_playlist = pl_Yield( p_intf ); |
|---|
| 215 | 215 | |
|---|
| 216 | | if( !playlist_isEmpty( p_playlist ) ) |
|---|
| | 216 | if( !playlist_IsEmpty( p_playlist ) ) |
|---|
| 217 | 217 | { |
|---|
| 218 | 218 | vlc_object_release( p_playlist ); |
|---|