This commit is contained in:
tth 2020-08-06 23:58:09 +02:00
parent d11ecd0e3f
commit 36b42ea917
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ int sz, idx;
sz = s->width * s->height;
if (FIMG_TYPE_RGB != img->type) {
if (FIMG_TYPE_RGB != s->type) {
fprintf(stderr, "%s bad type\n", __func__);
return -6;
}