Add missing static

This commit is contained in:
Dave Davenport 2016-07-05 18:13:53 +02:00
parent b7fba9752f
commit dfc952f570
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ static void rofi_view_nav_row_tab ( RofiViewState *state )
*
* complete current row.
*/
inline void rofi_view_nav_row_select ( RofiViewState *state )
inline static void rofi_view_nav_row_select ( RofiViewState *state )
{
// If a valid item is selected, return that..
if ( state->selected < state->filtered_lines ) {