Revision d9cbb0f3

b/audio/coreaudio.c
56 56

  
57 57
static void coreaudio_logstatus (OSStatus status)
58 58
{
59
    char *str = "BUG";
59
    const char *str = "BUG";
60 60

  
61 61
    switch(status) {
62 62
    case kAudioHardwareNoError:

Also available in: Unified diff