aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-07-02 21:33:53 -0700
committerChris Robinson <[email protected]>2011-07-02 21:33:53 -0700
commitac7ca07221c0a5c06b2502baa21ea94e5b65395c (patch)
tree8d5b7d67077d26c397342f814c897e0811240750 /OpenAL32/alSource.c
parentb043390ec2ad465acc12b98acdb51909bdfdd667 (diff)
Get rid of a couple typedefs
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r--OpenAL32/alSource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c
index 1de380f9..a94a8f4a 100644
--- a/OpenAL32/alSource.c
+++ b/OpenAL32/alSource.c
@@ -33,7 +33,7 @@
#include "alAuxEffectSlot.h"
-resampler_t DefaultResampler;
+enum Resampler DefaultResampler;
const ALsizei ResamplerPadding[RESAMPLER_MAX] = {
0, /* Point */
1, /* Linear */