From e9f2961df004d37a2e1d326cd12bf0b280ef3dfd Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 24 Oct 2010 14:35:45 +0000 Subject: [PATCH] fix comments from Christopher Chittleborough --- src/file.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/file.h b/src/file.h index c2ef216a..2360eda0 100644 --- a/src/file.h +++ b/src/file.h @@ -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]; }; -- 2.40.0