diff options
author | Chris Robinson <[email protected]> | 2020-08-28 23:26:55 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-08-28 23:28:20 -0700 |
commit | 8724c1ce4b97c89b99195c44af77721672f3cb83 (patch) | |
tree | e33f2fdb10580285a13540f5b08f2bcaa438523b /alc/devformat.h | |
parent | 3fdee6c814d51bc0d78a0be8bc68d4803e51c702 (diff) |
Remove extraneous parenthesis
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> |