diff options
Diffstat (limited to 'usr.bin/file/softmagic.c')
-rw-r--r-- | usr.bin/file/softmagic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/file/softmagic.c b/usr.bin/file/softmagic.c index 737e6d644800a..7e7706ebad828 100644 --- a/usr.bin/file/softmagic.c +++ b/usr.bin/file/softmagic.c @@ -34,7 +34,7 @@ #ifndef lint static char *moduleid = - "@(#)$Id: softmagic.c,v 1.2 1995/05/24 02:54:30 ache Exp $"; + "@(#)$Id: softmagic.c,v 1.3 1995/05/30 06:30:09 rgrimes Exp $"; #endif /* lint */ static int match __P((unsigned char *, int)); |