From 8a6266239c127c6e6e4a2a4b7625868635671df0 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 24 May 2011 14:34:53 -0700 Subject: Rename Quad to Quadraphonic --- Alc/ALc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/ALc.c') 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"; -- cgit v1.2.3