1
0
Fork 0
forked from len0rd/rockbox

Fix typo in comment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29452 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Jarosch 2011-02-27 23:58:39 +00:00
parent 6e9e6a7571
commit 389fa27e41

View file

@ -39,7 +39,7 @@ void audiohw_set_volume(int volume)
#else #else
pcm_set_mixer_volume( pcm_set_mixer_volume(
SDL_MIX_MAXVOLUME * ((volume - VOLUME_MIN) / 10) / (VOLUME_RANGE / 10)); SDL_MIX_MAXVOLUME * ((volume - VOLUME_MIN) / 10) / (VOLUME_RANGE / 10));
#endif /* (CONFIG_PLATFORM & PLATFORM_MAEMO) */ #endif /* (CONFIG_PLATFORM & PLATFORM_MAEMO5) */
#else #else
(void)volume; (void)volume;
#endif /* CONFIG_CODEC == SWCODEC */ #endif /* CONFIG_CODEC == SWCODEC */