]> 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 230888213e361df9f6eb6f41f8caec9e36e9f78b..541d934b4cc5905b5bc685736006368131129fbd 100644 (file)
@@ -27,7 +27,7 @@
  */
 /*
  * file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.111 2008/10/18 20:47:48 christos Exp $
+ * @(#)$File: file.h,v 1.112 2008/10/30 09:51:46 rrt 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];
 };