Преглед изворни кода

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

Paul Eggert пре 19 година
родитељ
комит
3eec6b3f46
1 измењених фајлова са 2 додато и 1 уклоњено
  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;