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 0bd0d98453409..8f655b02684f2 100644 --- a/usr.bin/file/softmagic.c +++ b/usr.bin/file/softmagic.c @@ -34,7 +34,7 @@ #ifndef lint static char *moduleid = - "@(#)$FreeBSD$"; + "@(#)$Id$"; #endif /* lint */ static int match __P((unsigned char *, int)); |