aboutsummaryrefslogtreecommitdiff
path: root/archival/unzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/unzip.c')
-rw-r--r--archival/unzip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/archival/unzip.c b/archival/unzip.c
index ff2b1a266..7e0d107cc 100644
--- a/archival/unzip.c
+++ b/archival/unzip.c
@@ -393,7 +393,7 @@ extern int unzip_main(int argc, char **argv)
393 goto _check_file; 393 goto _check_file;
394 394
395 default: 395 default:
396 printf("error: invalid response [%c]\n",(char)i); 396 printf("error: invalid response [%c]\n",(char)i);
397 goto _check_file; 397 goto _check_file;
398 } 398 }
399 399
@@ -405,8 +405,8 @@ extern int unzip_main(int argc, char **argv)
405 } 405 }
406 406
407 if (verbosity == v_list) { 407 if (verbosity == v_list) {
408 printf(" -------- -------\n"); 408 printf(" -------- -------\n"
409 printf("%9d %d files\n", total_size, total_entries); 409 "%9d %d files\n", total_size, total_entries);
410 } 410 }
411 411
412 return(EXIT_SUCCESS); 412 return(EXIT_SUCCESS);