Changeset 24b9dd14ec192826028afc3ab7130ca059d321f4

Show
Ignore:
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
  • src/input/control.c

    rc7ceea8 r24b9dd1  
    4040 * \param p_input input handle 
    4141 * \param i_query query type 
    42  * \return VLC_SUCESS if ok 
     42 * \return VLC_SUCCESS if ok 
    4343 */ 
    4444int input_Control( input_thread_t *p_input, int i_query, ...  )