From: Christos Zoulas Date: Fri, 4 Apr 2003 21:59:27 +0000 (+0000) Subject: Grr fix typo. X-Git-Tag: FILE4_03~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68a9c8a7cf2578cc996268197922e672ed3ea91e;p=file Grr fix typo. --- diff --git a/src/file.h b/src/file.h index 8fbc0f21..ec862d0b 100644 --- a/src/file.h +++ b/src/file.h @@ -32,7 +32,7 @@ */ /* * file.h - definitions for file(1) program - * @(#)$Id: file.h,v 1.53 2003/03/28 21:02:03 christos Exp $ + * @(#)$Id: file.h,v 1.54 2003/04/04 21:59:27 christos Exp $ */ #ifndef __file_h__ @@ -114,7 +114,7 @@ struct magic { uint8_t mask_op; /* operator for mask */ uint8_t dummy1; uint8_t dummy2; -#define FILE_OPS "&|^+-*%/" +#define FILE_OPS "&|^+-*/%" #define FILE_OPAND 0 #define FILE_OPOR 1 #define FILE_OPXOR 2