diff options
Diffstat (limited to 'al/effect.h')
-rw-r--r-- | al/effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/effect.h b/al/effect.h index 7c5c40dc..fef03475 100644 --- a/al/effect.h +++ b/al/effect.h @@ -34,7 +34,7 @@ enum { inline std::bitset<MAX_EFFECTS> DisabledEffects; struct EffectList { - const char name[16]; + const char name[16]; /* NOLINT(*-avoid-c-arrays) */ ALuint type; ALenum val; }; |