bla & version bump

This commit is contained in:
phyto
2020-12-07 11:16:26 +01:00
parent 1420deaf5e
commit 16c7d1ec4a
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ for (foo=0; foo<nbb; foo++) {
return 0;
}
/* --------------------------------------------------------------------- */
int fimg_desaturate(FloatImg *src, FloatImg *dst, int k)
int fimg_desaturate(FloatImg *src, FloatImg *dst, int notused)
{
int foo, nbb;