summaryrefslogtreecommitdiff
path: root/sys/src/cmd/file.c
diff options
context:
space:
mode:
authorJacob Moody <moody@posixcafe.org>2023-02-09 02:41:21 +0000
committerJacob Moody <moody@posixcafe.org>2023-02-09 02:41:21 +0000
commit89cb83a4266649bad7ec47fa96176766c2467a33 (patch)
tree034587f254ec5ca5d964035554df5c852f2e6dc9 /sys/src/cmd/file.c
parent8af84630a8888bf6ed465f0b6897f8213f680af3 (diff)
audio/vocdec: Creative Voice File decoder
slight correction in file.c from previous commit
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 5de424319..bba5318c8 100644
--- a/sys/src/cmd/file.c
+++ b/sys/src/cmd/file.c
@@ -913,7 +913,7 @@ struct FILE_STRING
"Extended module: ", "XM audio", 17, "audio/xm",
"MThd", "midi audio", 4, "audio/midi",
"MUS\x1a", "mus audio", 4, "audio/mus",
- "Creative Voice File\x1a\x1a", "voc audio", 22, "auxio/x-voc",
+ "Creative Voice File\x1a", "voc audio", 20, "audio/x-voc",
"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff"
"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff"
"\x00\x00\x00\xbb\x11\x22\x00\x44\xff\xff\xff\xff\xff\xff\xff\xff"