]> granicus.if.org Git - file/commitdiff
fix comments from Christopher Chittleborough
authorChristos Zoulas <christos@zoulas.com>
Sun, 24 Oct 2010 14:35:45 +0000 (14:35 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 24 Oct 2010 14:35:45 +0000 (14:35 +0000)
src/file.h

index c2ef216a94ebc8cfd7ac55ac310b657263f8f004..2360eda080ec5211b73eb9d2b5c5b4e9254703c1 100644 (file)
@@ -27,7 +27,7 @@
  */
 /*
  * file.h - definitions for file(1) program
- * @(#)$File: file.h,v 1.125 2010/07/21 16:47:17 christos Exp $
+ * @(#)$File: file.h,v 1.126 2010/09/20 14:14:49 christos Exp $
  */
 
 #ifndef __file_h__
@@ -278,11 +278,11 @@ struct magic {
 #define str_flags _u._s._flags
        /* Words 9-16 */
        union VALUETYPE value;  /* either number or string */
-       /* Words 17-24 */
+       /* Words 17-32 */
        char desc[MAXDESC];     /* description */
-       /* Words 25-32 */
+       /* Words 33-48 */
        char mimetype[MAXDESC]; /* MIME type */
-       /* Words 33-34 */
+       /* Words 49-50 */
        char apple[8];
 };