This commit is contained in:
tTh 2023-10-10 23:51:56 +02:00
parent 152beddcb7
commit 085e19942a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ int foo;
float vals[6];
if (verbosity) {
fprintf(stderr, "%s numbers from %p :\n", __func__, fimg);
fprintf(stderr, "%s from %p :\n", __func__, fimg);
}
fimg_printhead(fimg);