From 3eec6b3f46142145eca8738473e16e42f7d403e4 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 7 Nov 2005 05:11:40 +0000 Subject: [PATCH] (xheader_store): Last arg here is void const *, too. --- src/xheader.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xheader.c b/src/xheader.c index 3167638..493a955 100644 --- a/src/xheader.c +++ b/src/xheader.c @@ -615,7 +615,8 @@ extended_header_init (void) } void -xheader_store (char const *keyword, struct tar_stat_info const *st, void *data) +xheader_store (char const *keyword, struct tar_stat_info const *st, + void const *data) { struct xhdr_tab const *t; -- 2.44.0