]> Dogcows Code - chaz/tar/blobdiff - src/tar.h
Remove trailing white space.
[chaz/tar] / src / tar.h
index 620b935bd0ebadc79cd6615995d774db1f891c10..4595bd67295f78b23a698913796ef3f3b3a1ec39 100644 (file)
--- a/src/tar.h
+++ b/src/tar.h
@@ -295,6 +295,8 @@ struct tar_stat_info
   bool   is_sparse;         /* Is the file sparse */
 
   /* For sparse files: */
+  unsigned sparse_major;
+  unsigned sparse_minor;
   size_t sparse_map_avail;  /* Index to the first unused element in
                               sparse_map array. Zero if the file is
                               not sparse */
@@ -318,5 +320,3 @@ union block
   struct star_in_header star_in_header;
   struct star_ext_header star_ext_header;
 };
-
-
This page took 0.025079 seconds and 4 git commands to generate.