From dfc952f5709420fe873c163c00a6848b9c822aa9 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Tue, 5 Jul 2016 18:13:53 +0200 Subject: [PATCH] Add missing static --- source/view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {