cosmetic change

This commit is contained in:
le vieux 2021-02-22 15:43:29 +01:00
parent 3fce2b19c5
commit 74133a2cab
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ fprintf(stderr, ">>> %s ( %p %d %d %f '%s' )\n", __func__,
#endif
if (NULL != (fname=getenv("BLANK_FIMG"))) {
fprintf(stderr,"try to load %s\n", fname);
fprintf(stderr,"%s: try to load %s\n", __func__, fname);
fimg_clone(image, &blank, 1);
foo = fimg_load_from_dump(fname, &blank);
if (foo) {