From 6d655be5df5a559253a3769f294a6255535ad3fd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 6 Sep 2006 19:02:46 +0000 Subject: removed a lot of trailing \n in bb_msg() calls. It is added automatically by function itself. --- archival/libunarchive/decompress_unzip.c | 2 +- archival/libunarchive/get_header_cpio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'archival/libunarchive') diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c index 7362da8c2..c0203cc4a 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c @@ -770,7 +770,7 @@ static int inflate_block(int *e) } default: /* bad block type */ - bb_error_msg_and_die("bad block type %d\n", t); + bb_error_msg_and_die("bad block type %d", t); } } diff --git a/archival/libunarchive/get_header_cpio.c b/archival/libunarchive/get_header_cpio.c index d405d0e1b..bc766c6aa 100644 --- a/archival/libunarchive/get_header_cpio.c +++ b/archival/libunarchive/get_header_cpio.c @@ -31,7 +31,7 @@ char get_header_cpio(archive_handle_t *archive_handle) oldtmp = NULL; while (tmp) { - bb_error_msg_and_die("need to fix this\n"); + bb_error_msg_and_die("need to fix this"); if (tmp->entry->link_name) { /* Found a hardlink ready to be extracted */ file_header = tmp->entry; if (oldtmp) { -- cgit v1.2.3