oups again

This commit is contained in:
tth 2021-11-02 19:27:19 +01:00
parent 8c514ffe99
commit be4e6b0dc9
1 changed files with 1 additions and 1 deletions

View File

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