Use the proper variable type
This commit is contained in:
parent
00718ca03f
commit
ba4456d24a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user