renaming a func

This commit is contained in:
tth
2021-03-29 11:59:24 +02:00
parent 3b0fc047ad
commit dbee9eea6e
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ extern int verbosity;
/*
* please, add some parameters !
*/
int incrustation_0(FloatImg *src, FloatImg *dst, int k)
int incrustation_vignette(FloatImg *src, FloatImg *dst, int k)
{
int x, y, x4, y4;
float rgb[3];