From: Reuben Thomas Date: Thu, 30 Oct 2008 09:51:46 +0000 (+0000) Subject: Correct counts in struct magic words-per-field comments. X-Git-Tag: FILE5_05~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=432ebd69ec90d52829eeb53ad8d2e1a87628544b;p=file Correct counts in struct magic words-per-field comments. --- diff --git a/src/file.h b/src/file.h index 23088821..541d934b 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.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]; };