Commit 79462a4b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

LIRC: correct typo in [20653]

parent 04babc14
...@@ -161,7 +161,7 @@ static void Run( intf_thread_t *p_intf ) ...@@ -161,7 +161,7 @@ static void Run( intf_thread_t *p_intf )
osd_MenuUp( VLC_OBJECT(p_intf) ); osd_MenuUp( VLC_OBJECT(p_intf) );
else if( !strncmp( c, "menu down", 9 ) ) else if( !strncmp( c, "menu down", 9 ) )
osd_MenuDown( VLC_OBJECT(p_intf) ); osd_MenuDown( VLC_OBJECT(p_intf) );
else if( !stnrcmp( c, "menu left", 9 ) ) else if( !strncmp( c, "menu left", 9 ) )
osd_MenuPrev( VLC_OBJECT(p_intf) ); osd_MenuPrev( VLC_OBJECT(p_intf) );
else if( !strncmp( c, "menu right", 10 ) ) else if( !strncmp( c, "menu right", 10 ) )
osd_MenuNext( VLC_OBJECT(p_intf) ); osd_MenuNext( VLC_OBJECT(p_intf) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment