renaming a function for clarity

This commit is contained in:
tonton Th
2020-04-06 20:09:11 +02:00
parent dd9ac7c948
commit 22e16d2ba6
6 changed files with 11 additions and 8 deletions

View File

@@ -194,7 +194,7 @@ int foo;
fprintf(stderr, ">>> %-25s ( %p %p )\n", __func__, from, to);
#endif
foo = fimg_images_compatible(from, to);
foo = fimg_images_not_compatible(from, to);
if (foo) {
fprintf(stderr, "%s: pics not compatible (%d)\n", __func__, foo);
return foo;