Browse Source

(xheader_store): Last arg here is void const *, too.

Paul Eggert 20 năm trước cách đây
mục cha
commit
3eec6b3f46
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/xheader.c

+ 2 - 1
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;