diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-14 05:12:07 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-14 05:12:07 +0100 |
commit | d99e693119812727d3267e2e02e55be660e98a1a (patch) | |
tree | d7baabdf726e1bddec56f6a96ba30ce4874a4710 /sys/src/cmd/file.c | |
parent | a2b94beae016edbe76ad850839fb388035b0b110 (diff) |
file: report .au files as "sun audio" instead of µlaw
Diffstat (limited to 'sys/src/cmd/file.c')
-rw-r--r-- | sys/src/cmd/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/file.c b/sys/src/cmd/file.c index 90490d310..0fcd569d5 100644 --- a/sys/src/cmd/file.c +++ b/sys/src/cmd/file.c @@ -816,7 +816,7 @@ struct FILE_STRING "\033Lua", "Lua bytecode", 4, OCTET, "ID3", "mp3 audio with id3", 3, "audio/mpeg", "OggS", "ogg audio", 4, "audio/ogg", - ".snd", "µlaw audio", 4, "audio/basic", + ".snd", "sun audio", 4, "audio/basic", "\211PNG", "PNG image", 4, "image/png", "P3\n", "ppm", 3, "image/ppm", "P6\n", "ppm", 3, "image/ppm", |