removed a lot of trailing \n in bb_msg() calls. It is added
[oweals/busybox.git] / archival / libunarchive / get_header_cpio.c
index d405d0e1b5ff2953688df3c9ffc1522fe065f57c..bc766c6aafdf0bd8d0ed3c05259db51887e7b0b2 100644 (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) {