diff options
Diffstat (limited to 'alc/devformat.h')
-rw-r--r-- | alc/devformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/devformat.h b/alc/devformat.h index 698ae72d..f08dc182 100644 --- a/alc/devformat.h +++ b/alc/devformat.h @@ -58,7 +58,7 @@ enum DevFmtChannels : ALenum { DevFmtChannelsDefault = DevFmtStereo }; -#define MAX_OUTPUT_CHANNELS (16) +#define MAX_OUTPUT_CHANNELS 16 /* DevFmtType traits, providing the type, etc given a DevFmtType. */ template<DevFmtType T> |