]> granicus.if.org Git - file/commitdiff
Correct counts in struct magic words-per-field comments.
authorReuben Thomas <rrt@sc3d.org>
Thu, 30 Oct 2008 09:51:46 +0000 (09:51 +0000)
committerReuben Thomas <rrt@sc3d.org>
Thu, 30 Oct 2008 09:51:46 +0000 (09:51 +0000)
src/file.h

index 8937c90937e5a7feadc5b88fcf3e93a80e6b5944..d3a6cc9e67a3369f08ea1e0654e3f05ec56a7be6 100644 (file)
@@ -27,7 +27,7 @@
  */
 /*
  * file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.110 2008/10/12 15:38:52 christos Exp $
+ * @(#)$File: file.h,v 1.111 2008/10/18 20:47:48 christos Exp $
  */
 
 #ifndef __file_h__
@@ -257,12 +257,12 @@ struct magic {
 #define str_range _u._s._count
 #define str_flags _u._s._flags
        /* Words 9-16 */
-       union VALUETYPE value;          /* either number or string */
-       /* Words 17-25 */
+       union VALUETYPE value;  /* either number or string */
+       /* Words 17-24 */
        char desc[MAXDESC];     /* description */
-       /* Words 26-34 */
+       /* Words 25-32 */
        char mimetype[MAXDESC]; /* MIME type */
-       /* Words 35-43 */
+       /* Words 33-34 */
        char apple[8];
 };