From b42e3ef3d4f8068a9bf694c6a8c90161e281f0d7 Mon Sep 17 00:00:00 2001 From: NRK Date: Sat, 25 Dec 2021 07:53:06 +0600 Subject: [PATCH] fix -Wstrict-prototype warning looks like i missed one in ff88908 --- commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.h b/commands.h index 7f49d94..8935f22 100644 --- a/commands.h +++ b/commands.h @@ -35,7 +35,7 @@ bool ci_set_zoom(arg_t); bool ci_slideshow(arg_t); bool ci_toggle_alpha(arg_t); bool ci_toggle_animation(arg_t); -bool ci_toggle_antialias(); +bool ci_toggle_antialias(arg_t); /* thumbnails mode */ bool ct_move_sel(arg_t); bool ct_reload_all(arg_t);