diff --git a/audio/drivers/coreaudio.c b/audio/drivers/coreaudio.c index c95be9e089..d07cb04ea4 100644 --- a/audio/drivers/coreaudio.c +++ b/audio/drivers/coreaudio.c @@ -251,7 +251,7 @@ static void *coreaudio_init(const char *device, #endif goto error; -#ifndef TARGET_OS_IPHONE +#if !TARGET_OS_IPHONE if (device) choose_output_device(dev, device); #endif