mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-14 17:43:01 -04:00
Add missing static
This commit is contained in:
parent
b7fba9752f
commit
dfc952f570
1 changed files with 1 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue