summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/view.c b/source/view.c
index 8d2d1c18..f513cb45 100644
--- a/source/view.c
+++ b/source/view.c
@@ -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 ) {