minor change

This commit is contained in:
phyto
2019-08-07 12:15:28 +02:00
parent 38eae482ba
commit 282fe9f143
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ if( ! fimg_type_is_valid(head->type) ) {
return -1;
}
printf(" type %d\n", head->type);
printf(" type %d %s\n", head->type, fimg_str_type(head->type));
printf(" dims %d x %d\n",
head->width, head->height);
printf(" fval/count %f %d\n", head->fval, head->count);