diff options
Diffstat (limited to 'src/popupmenu.c')
-rw-r--r-- | src/popupmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popupmenu.c b/src/popupmenu.c index cbb45a5f1..a28b3e276 100644 --- a/src/popupmenu.c +++ b/src/popupmenu.c @@ -387,7 +387,7 @@ pum_display( * This will avoid clearing and redrawing the popup menu, prevent flicker. */ void -pum_call_update_screen() +pum_call_update_screen(void) { call_update_screen = TRUE; |