Fix compilation error (missing ,)

git-svn-id: https://svn.musicpd.org/mpd/trunk@6289 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Avuton Olrich 2007-05-27 00:16:17 +00:00
parent d306019f5c
commit 5339f63a2b

View File

@ -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,