From 74133a2cabb60233a156df98e5babc6c98ab758f Mon Sep 17 00:00:00 2001 From: le vieux Date: Mon, 22 Feb 2021 15:43:29 +0100 Subject: [PATCH] cosmetic change --- Fonderie/fonderie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fonderie/fonderie.c b/Fonderie/fonderie.c index 3136e4b..5d92d25 100644 --- a/Fonderie/fonderie.c +++ b/Fonderie/fonderie.c @@ -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) {