diff options
Diffstat (limited to 'src/audioOutput_ao.c')
-rw-r--r-- | src/audioOutput_ao.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audioOutput_ao.c b/src/audioOutput_ao.c index 57b45a6fa..efba88529 100644 --- a/src/audioOutput_ao.c +++ b/src/audioOutput_ao.c @@ -190,7 +190,7 @@ static int audioOutputAo_play(AudioOutput * audioOutput, char * playChunk, AoData * ad = (AoData *)audioOutput->data; if(ad->device==NULL) { - ERROR("trying to play w/o the audio device being open!\n"); + ERROR("trying to play w/o the ao device being open!\n"); return -1; } |