need more troll in the doc

This commit is contained in:
2019-08-03 14:27:21 +02:00
parent 5314b8b5f2
commit c097f6a64d
3 changed files with 104 additions and 2 deletions

View File

@@ -74,6 +74,7 @@ fprintf(stderr, ">>> %-25s ( %p %d %d %d )\n", __func__, fimg, w, h, t);
if ( ! fimg_type_is_valid(t) ) {
return -2;
}
memset(fimg, 0, sizeof(FloatImg));
surface = w * h;