this was bugging me

This commit is contained in:
espes 2015-04-21 01:59:24 -07:00
parent a100275422
commit 21e55dc3c0
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ static void voice_set_active (AC97LinkState *s, int bm_index, int on)
break;
default:
AUD_log ("ac97", "invalid bm_index(%d) in voice_set_active", bm_index);
AUD_log ("ac97", "invalid bm_index(%d) in voice_set_active\n", bm_index);
break;
}
}