Commit 5339f63a authored by Avuton Olrich's avatar Avuton Olrich

Fix compilation error (missing ,)

git-svn-id: https://svn.musicpd.org/mpd/trunk@6289 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent d306019f
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment