fix -Wstrict-prototype warning

looks like i missed one in ff88908
master
NRK 2021-12-25 07:53:06 +06:00 committed by N-R-K
parent 90bec70e7f
commit b42e3ef3d4
1 changed files with 1 additions and 1 deletions

View File

@ -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);