Changeset 5dd166aea54615debc47126762b0470e921ddcb2
- Timestamp:
- 06/15/08 03:28:08
(3 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1213493288 -0700
- git-parent:
[286f6666e3538531bcbf0cadb7ab86f608f795c0]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1213493288 -0700
- Message:
Kill a Warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra0e351f |
r5dd166a |
|
| 190 | 190 | |
|---|
| 191 | 191 | input_ItemAddSubItem( p_current_input, p_input ); |
|---|
| 192 | | for( unsigned i = 0; i < i_options; i++ ) |
|---|
| | 192 | for( int i = 0; i < i_options; i++ ) |
|---|
| 193 | 193 | input_ItemAddOpt( p_input, ppsz_options[i], 0 ); |
|---|
| 194 | 194 | vlc_gc_decref( p_input ); |
|---|