diff options
author | NRK <nrk@disroot.org> | 2021-12-25 07:53:06 +0600 |
---|---|---|
committer | N-R-K <79544946+N-R-K@users.noreply.github.com> | 2022-01-06 17:53:02 +0000 |
commit | b42e3ef3d4f8068a9bf694c6a8c90161e281f0d7 (patch) | |
tree | 6a57c9821d59ad2cf8ab42a6b49229889741ebb6 | |
parent | 90bec70e7f186f0e9dbf9e03e555ba50352caff2 (diff) |
fix -Wstrict-prototype warning
looks like i missed one in ff88908
-rw-r--r-- | commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |