]> Dogcows Code - chaz/tar/blobdiff - src/buffer.c
build: new configure option --enable-gcc-warnings
[chaz/tar] / src / buffer.c
index 7638bb1fce71c3e0ffc14b48480b6c5692e9a965..422798ed32f696bece6e3799ce42caac9525a6ea 100644 (file)
@@ -289,8 +289,8 @@ struct zip_program
 };
 
 static struct zip_magic const magic[] = {
-  { ct_none, },
-  { ct_tar },
+  { ct_none,     0, 0 },
+  { ct_tar,      0, 0 },
   { ct_compress, 2, "\037\235" },
   { ct_gzip,     2, "\037\213" },
   { ct_bzip2,    3, "BZh" },
This page took 0.02073 seconds and 4 git commands to generate.