replace strange characters

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15691 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcoen Hirschberg 2007-11-19 16:02:52 +00:00
parent c359a0ee91
commit 0fc7fb3686

View file

@ -177,7 +177,7 @@ void audiohw_postinit(void)
{
sleep(HZ);
/* 4) Set the <EFBFBD>Active<EFBFBD> bit in register 12h. */
/* 4) Set the 'Active' bit in register 12h. */
codec_set_active(true);
audiohw_mute(false);