From abfc6acdbf39b8d8bd869ae26650ac983139cfe0 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 23 Nov 2012 22:14:47 -0600 Subject: [PATCH 1/1] imagex_progress_func(): Fix printf --- programs/imagex.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/programs/imagex.c b/programs/imagex.c index f3b75e0b..f7d8b665 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -407,8 +407,7 @@ static int imagex_progress_func(enum wimlib_progress_msg msg, info->extract.target); break; case WIMLIB_PROGRESS_MSG_EXTRACT_IMAGE_END: - printf("Done applying WIM image.\n", - info->extract.image); + printf("Done applying WIM image.\n"); if (info->extract.extract_flags & WIMLIB_EXTRACT_FLAG_NTFS) { printf("Unmounting NTFS volume `%s'...\n", info->extract.target); -- 2.43.0