aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-05-24 14:34:53 -0700
committerChris Robinson <[email protected]>2011-05-24 14:34:53 -0700
commit8a6266239c127c6e6e4a2a4b7625868635671df0 (patch)
tree5cbf523e8f2da02617254a06aa03c007e0cc6fdc /Alc/ALc.c
parentd83af679bd648d1a24b9643a384f98bcf34583c5 (diff)
Rename Quad to Quadraphonic
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 70d29163..483f759e 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -865,7 +865,7 @@ const ALCchar *DevFmtChannelsString(enum DevFmtChannels chans)
{
case DevFmtMono: return "Mono";
case DevFmtStereo: return "Stereo";
- case DevFmtQuad: return "Quad";
+ case DevFmtQuad: return "Quadraphonic";
case DevFmtX51: return "5.1 Surround";
case DevFmtX61: return "6.1 Surround";
case DevFmtX71: return "7.1 Surround";