summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/aucat/wav.c')
-rw-r--r--usr.bin/aucat/wav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/aucat/wav.c b/usr.bin/aucat/wav.c
index 5db66df417e..27e0a2423bd 100644
--- a/usr.bin/aucat/wav.c
+++ b/usr.bin/aucat/wav.c
@@ -744,7 +744,7 @@ wav_autohdr(char *name, struct dev *dev, unsigned *hdr, unsigned *mode)
*hdr = HDR_WAV;
*mode &= ~MODE_MIDIMASK;
} else if (strcasecmp(ext, "syx") == 0) {
- *hdr = HDR_WAV;
+ *hdr = HDR_RAW;
*mode &= ~MODE_AUDIOMASK;
}
} else