Use the proper variable type

This commit is contained in:
Chris Robinson 2011-08-19 23:05:54 -07:00
parent 00718ca03f
commit ba4456d24a

View File

@ -712,7 +712,7 @@ static pthread_once_t once_control = PTHREAD_ONCE_INIT;
#define DO_INITCONFIG() pthread_once(&once_control, alc_initconfig) #define DO_INITCONFIG() pthread_once(&once_control, alc_initconfig)
#endif #endif
static void ProbeList(ALCchar **list, size_t *listsize, int type) static void ProbeList(ALCchar **list, size_t *listsize, enum DevProbe type)
{ {
free(*list); free(*list);
*list = NULL; *list = NULL;