add a remember

This commit is contained in:
tTh 2023-07-05 16:48:55 +02:00
parent cd6f045789
commit ad93b7935c
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ switch (s1->type) {
gray_interpolate (s1, s2, d, coef); break;
case FIMG_TYPE_RGB:
rgb_interpolate (s1, s2, d, coef); break;
case FIMG_TYPE_RGBA:
fprintf(stderr, "WTF?\n");
return -18;
default:
fprintf(stderr, "%s, %d is a bad type\n", __func__, s1->type);
return -18;