Fix compilation error (missing ,)
git-svn-id: https://svn.musicpd.org/mpd/trunk@6289 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
d306019f5c
commit
5339f63a2b
@ -97,7 +97,7 @@ static int audioOutputAo_initDriver(AudioOutput * audioOutput,
|
||||
|
||||
if ((ai = ao_driver_info(ad->driverId)) == NULL) {
|
||||
FATAL("problems getting driver info for device defined at line %i\n"
|
||||
"you may not have permission to the audio device\n" param->line);
|
||||
"you may not have permission to the audio device\n", param->line);
|
||||
}
|
||||
|
||||
DEBUG("using ao driver \"%s\" for \"%s\"\n", ai->short_name,
|
||||
|
Loading…
Reference in New Issue
Block a user