summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util/chd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/util/chd.c b/src/lib/util/chd.c
index e34255aa93f..d9083fc73e1 100644
--- a/src/lib/util/chd.c
+++ b/src/lib/util/chd.c
@@ -812,9 +812,7 @@ void chd_close(chd_file *chd)
if (chd->owns_file && chd->file != NULL)
core_fclose(chd->file);
-#if PRINTF_MAX_HUNK
- printf("Max hunk = %d/%d\n", chd->maxhunk, chd->header.totalhunks);
-#endif
+ if (PRINTF_MAX_HUNK) printf("Max hunk = %d/%d\n", chd->maxhunk, chd->header.totalhunks);
/* free our memory */
free(chd);