1
0
Fork 0
forked from len0rd/rockbox

Fix warning. Should be CONFIG_CODEC, not CODEC.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12372 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-02-17 23:51:07 +00:00
parent 87e9944b90
commit 580c9f3868

View file

@ -107,7 +107,7 @@ gray_show(false);
gray_release();
#endif
#if CODEC == SWCODEC && !defined SIMULATOR
#if CONFIG_CODEC == SWCODEC && !defined SIMULATOR
rb->pcm_play_stop();
#endif