summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-21 20:27:16 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-21 20:27:16 +0100
commit3ac0c6dd7d8543805356f632fd15ea4f1d7aba93 (patch)
treeedc7e546c2bccfd34327f39d20bfb66bf8bc6b18 /source/view.c
parent8914fbf2df7c78194ce9d45d12c695d0c8314eb0 (diff)
Quick fix.
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 318bca39..e190eab4 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1415,7 +1415,7 @@ static void rofi_view_mainloop_iter ( RofiViewState *state, xcb_generic_event_t
state->selected_line = UINT32_MAX;
if ( state->selected < state->filtered_lines ) {
( state->selected_line ) = state->line_map[state->selected];
- state->retv = MENU_OK;
+ state->retv = MENU_OK;
}
else{
// Nothing entered and nothing selected.