aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-03-04 15:52:50 -0800
committerChris Robinson <[email protected]>2018-03-08 17:48:21 -0800
commit07c8857558ce4823b7e973aa1b998a62bdd83c3e (patch)
treebe2ae609e0def40ef8d4a45ad0337a1582a6495d /OpenAL32/Include
parent9bd1678299433a1f569a0d7680a25fbf4de83450 (diff)
Fix struct forward declaration typo
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alAuxEffectSlot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h
index 060ab533..36f09782 100644
--- a/OpenAL32/Include/alAuxEffectSlot.h
+++ b/OpenAL32/Include/alAuxEffectSlot.h
@@ -59,7 +59,7 @@ static const struct ALeffectStateVtable T##_ALeffectState_vtable = { \
}
-struct EeffectStateFactoryVtable;
+struct EffectStateFactoryVtable;
typedef struct EffectStateFactory {
const struct EffectStateFactoryVtable *vtab;