Changeset 2e8d84e3949e6c7f1fdcec6c662e7509b7d10de8
- Timestamp:
- 17/03/08 08:42:48
(9 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1205739768 -0700
- git-parent:
[aeb71956196c14dc655810681bfffafb8e33d3a6]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1205739768 -0700
- Message:
Kill a warning.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r45f5d65 |
r2e8d84e |
|
| 168 | 168 | libvlc_event_t * p_event ) |
|---|
| 169 | 169 | { |
|---|
| 170 | | libvlc_event_listeners_group_t * listeners_group; |
|---|
| | 170 | libvlc_event_listeners_group_t * listeners_group = NULL; |
|---|
| 171 | 171 | libvlc_event_listener_t * listener_cached; |
|---|
| 172 | 172 | libvlc_event_listener_t * listener; |
|---|