From ac7ca07221c0a5c06b2502baa21ea94e5b65395c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 2 Jul 2011 21:33:53 -0700 Subject: Get rid of a couple typedefs --- OpenAL32/alSource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/alSource.c') 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 */ -- cgit v1.2.3