summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-07-05 18:13:53 +0200
committerDave Davenport <qball@gmpclient.org>2016-07-05 18:13:53 +0200
commitdfc952f5709420fe873c163c00a6848b9c822aa9 (patch)
treed6f9959cb07b16e3fd792635a408948d305a2e95 /source/view.c
parentb7fba9752f4c4ba48f58ff2c13044e380b2a158a (diff)
Add missing static
Diffstat (limited to 'source/view.c')
-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 ) {