summaryrefslogtreecommitdiffstats
path: root/test/hstest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hstest.c')
-rw-r--r--test/hstest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hstest.c b/test/hstest.c
index 8b47a10a..23bbf089 100644
--- a/test/hstest.c
+++ b/test/hstest.c
@@ -189,8 +189,8 @@ int main(int argc, char *argv[])
vs = htobs(vs);
fprintf(stderr, "Voice setting: 0x%04x\n", vs);
close(dd);
- if (vs != 0x0040) {
- fprintf(stderr, "The voice setting must be 0x0040\n");
+ if (vs != 0x0060) {
+ fprintf(stderr, "The voice setting must be 0x0060\n");
return -1;
}