summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2021-12-25 02:53:06 +0100
committerN-R-K <79544946+N-R-K@users.noreply.github.com>2022-01-06 18:53:02 +0100
commitb42e3ef3d4f8068a9bf694c6a8c90161e281f0d7 (patch)
tree6a57c9821d59ad2cf8ab42a6b49229889741ebb6
parent90bec70e7f186f0e9dbf9e03e555ba50352caff2 (diff)
downloadnsxiv-b42e3ef3d4f8068a9bf694c6a8c90161e281f0d7.tar.zst
fix -Wstrict-prototype warning
looks like i missed one in ff88908
-rw-r--r--commands.h2
1 files changed, 1 insertions, 1 deletions
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);