From be4e6b0dc9838b5ca924fad4a49e19148eeda7e6 Mon Sep 17 00:00:00 2001 From: tth Date: Tue, 2 Nov 2021 19:27:19 +0100 Subject: [PATCH] oups again --- tools/fimgfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fimgfx.c b/tools/fimgfx.c index 869e9f2..0fc8084 100644 --- a/tools/fimgfx.c +++ b/tools/fimgfx.c @@ -50,7 +50,7 @@ Fx fx_list[] = { { "binarize", Fx_binarize, 0, 1 }, { "trinarize", Fx_trinarize, 0, 1 }, { "hilightr", Fx_hilight_R, 0, 1 }, - { "abs", Fx_absolute, 0, 0 }, + { "abs", Fx_absolute, 0, 1 }, { NULL, 0, 0, 0 } };