explicit error message

This commit is contained in:
tth 2021-10-10 09:25:59 +02:00
parent f08f860daa
commit 23908cb746
1 changed files with 2 additions and 0 deletions

View File

@ -324,6 +324,8 @@ if (offset<0 || offset>=pimg->width) {
return -66;
}
fprintf(stderr, "ERROR: %s not implemented\n", __func__);
return -1;
}
/* -------------------------------------------------------------- */