minor bug spotted with DEBUG_LEVEL=1

This commit is contained in:
tonton Th 2020-02-16 23:50:44 +01:00
parent 219bd36cc2
commit 6a2b37d4e3
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ int foo, nbre;
FimgFileHead filehead;
#if DEBUG_LEVEL
fprintf(stderr, ">>> %-25s ( '%s' %p )\n", __func__, fname, head);
fprintf(stderr, ">>> %-25s ( '%s' %p )\n", __func__, fname, where);
#endif
if (NULL==(fp = fopen(fname, "r"))) {