diff options
Diffstat (limited to 'mg.h')
-rw-r--r-- | mg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ struct mgvtbl { struct magic { MAGIC* mg_moremagic; - MGVTBL* mg_virtual; /* pointer to magic functions */ + const MGVTBL* mg_virtual; /* pointer to magic functions */ U16 mg_private; char mg_type; U8 mg_flags; |