Changeset af96053dc68a62f09560d4628f67c092c06215ef
- Timestamp:
- 08/18/07 11:22:34
(1 year ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1187428954 +0000
- git-parent:
[22bafc1a64b214063b1074d9b322d6dbe3d6caf6]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1187428954 +0000
- Message:
Fix compile error in muscibrainz.
Fix warning in id3tag.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8e3c06e |
raf96053 |
|
| 34 | 34 | #include <vlc_demux.h> |
|---|
| 35 | 35 | #include <vlc_playlist.h> |
|---|
| | 36 | #include <vlc_charset.h> |
|---|
| 36 | 37 | |
|---|
| 37 | 38 | #include <sys/types.h> |
|---|
| r38dbd37 |
raf96053 |
|
| 166 | 166 | free( psz_arturl ); |
|---|
| 167 | 167 | return i_ret; |
|---|
| | 168 | } |
|---|
| 168 | 169 | } |
|---|
| 169 | 170 | |
|---|