removed a lot of trailing \n in bb_msg() calls. It is added

automatically by function itself.
This commit is contained in:
Denis Vlasenko
2006-09-06 19:02:46 +00:00
parent 3538b9a882
commit 6d655be5df
14 changed files with 35 additions and 35 deletions

View File

@@ -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);
}
}

View File

@@ -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) {