Changeset 7e5f8f848ccb470ffc256b39817d13408926c002
- Timestamp:
- 03/03/08 02:30:51
(6 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@free.fr>
- git-committer:
- Pierre d'Herbemont <pdherbemont@free.fr> 1204507851 +0100
- git-parent:
[f00a8d31268544452d501c8c7320435ca84eed51]
- git-author:
- Pierre d'Herbemont <pdherbemont@free.fr> 1204507851 +0100
- Message:
interface/intf_eject.c: Fix a unused param warning.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99fab90 |
r7e5f8f8 |
|
| 101 | 101 | int __intf_Eject( vlc_object_t *p_this, const char *psz_device ) |
|---|
| 102 | 102 | { |
|---|
| | 103 | VLC_UNUSED(p_this); |
|---|
| 103 | 104 | int i_ret = VLC_SUCCESS; |
|---|
| 104 | 105 | |
|---|