diff --git a/lib/libarchive/archive_write_set_format_pax.c b/lib/libarchive/archive_write_set_format_pax.c index 465d65f1cfed..785032f8bf12 100644 --- a/lib/libarchive/archive_write_set_format_pax.c +++ b/lib/libarchive/archive_write_set_format_pax.c @@ -657,7 +657,7 @@ archive_write_pax_header(struct archive *a, /* Note that the 'x' header shouldn't ever fail to format */ if (ret != 0) { - const char *msg = "archive_write_header_pax: " + const char *msg = "archive_write_pax_header: " "'x' header failed?! This can't happen.\n"; write(2, msg, strlen(msg)); exit(1);