Commit e3548f53 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - cosmetic.

parent c0082a6a
...@@ -88,7 +88,9 @@ void InputManager::setInput( input_thread_t *_p_input ) ...@@ -88,7 +88,9 @@ void InputManager::setInput( input_thread_t *_p_input )
UpdateArt(); UpdateArt();
addCallbacks(); addCallbacks();
i_input_id = input_GetItem( p_input )->i_id; i_input_id = input_GetItem( p_input )->i_id;
} else { }
else
{
p_input = NULL; p_input = NULL;
i_input_id = 0; i_input_id = 0;
} }
......
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