Changeset 24b9dd14ec192826028afc3ab7130ca059d321f4
- Timestamp:
- 20/08/04 17:09:43
(4 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1093014583 +0000
- git-parent:
[9ce689515fc0089782c6148672d1e1484b8e0c1c]
- git-author:
- Sam Hocevar <sam@videolan.org> 1093014583 +0000
- Message:
- src/input/control.c: minor typo in a comment.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc7ceea8 |
r24b9dd1 |
|
| 40 | 40 | * \param p_input input handle |
|---|
| 41 | 41 | * \param i_query query type |
|---|
| 42 | | * \return VLC_SUCESS if ok |
|---|
| | 42 | * \return VLC_SUCCESS if ok |
|---|
| 43 | 43 | */ |
|---|
| 44 | 44 | int input_Control( input_thread_t *p_input, int i_query, ... ) |
|---|