Fixed spacing
This commit is contained in:
@@ -732,10 +732,10 @@ static int AssignDeviceToAudioQueue(SDL_AudioDevice *device)
|
|||||||
|
|
||||||
//This is the quickest fix
|
//This is the quickest fix
|
||||||
if (result != noErr) {
|
if (result != noErr) {
|
||||||
const char* msg = "AudioQueueSetProperty (kAudioQueueProperty_CurrentDevice)";
|
const char* msg = "AudioQueueSetProperty (kAudioQueueProperty_CurrentDevice)";
|
||||||
SDL_Log("COREAUDIO: Got error %d from '%s'!\n", (int)result, msg);
|
SDL_Log("COREAUDIO: Got error %d from '%s'!\n", (int)result, msg);
|
||||||
CFRelease(devuid);
|
CFRelease(devuid);
|
||||||
return SDL_SetError("CoreAudio error (%s): %d", msg, (int)result);
|
return SDL_SetError("CoreAudio error (%s): %d", msg, (int)result);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Release once you've finished using CFStringRef
|
//Release once you've finished using CFStringRef
|
||||||
|
|||||||
Reference in New Issue
Block a user