summaryrefslogtreecommitdiff
path: root/sys/src/cmd/file.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-12-14 05:12:07 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2012-12-14 05:12:07 +0100
commitd99e693119812727d3267e2e02e55be660e98a1a (patch)
treed7baabdf726e1bddec56f6a96ba30ce4874a4710 /sys/src/cmd/file.c
parenta2b94beae016edbe76ad850839fb388035b0b110 (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.c2
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",