diff options
author | Jeff Sickel <jas@corpus-callosum.com> | 2008-10-08 21:16:13 -0500 |
---|---|---|
committer | Jeff Sickel <jas@corpus-callosum.com> | 2008-10-08 21:16:13 -0500 |
commit | 5f67fe1b20eecd2654b0d881c38275308a22afa1 (patch) | |
tree | b8e450d3d97c60a516c37b6533fed3f1220a0471 | |
parent | fd997ef09fac4648af69292dbb363853ab90d12f (diff) | |
download | plan9port-5f67fe1b20eecd2654b0d881c38275308a22afa1.tar.gz plan9port-5f67fe1b20eecd2654b0d881c38275308a22afa1.tar.bz2 plan9port-5f67fe1b20eecd2654b0d881c38275308a22afa1.zip |
x3f support
-rw-r--r-- | src/cmd/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/file.c b/src/cmd/file.c index f3258719..0afb9ba3 100644 --- a/src/cmd/file.c +++ b/src/cmd/file.c @@ -655,6 +655,7 @@ struct FILE_STRING "\377\330\377\340", "jpeg", 4, "image/jpeg", "\377\330\377\341", "jpeg", 4, "image/jpeg", "\377\330\377\333", "jpeg", 4, "image/jpeg", + "\106\117\126\142", "x3f", 4, "image/x3f", "BM", "bmp", 2, "image/bmp", "\xD0\xCF\x11\xE0\xA1\xB1\x1A\xE1", "microsoft office document", 8, "application/octet-stream", "<MakerFile ", "FrameMaker file", 11, "application/framemaker", |