diff options
author | Thom Johansen <thomj@rockbox.org> | 2007-12-08 01:56:35 +0000 |
---|---|---|
committer | Thom Johansen <thomj@rockbox.org> | 2007-12-08 01:56:35 +0000 |
commit | 44d8097dfa460e8c7135d1afe20ae5439ce4a141 (patch) | |
tree | 9cf9d63e9cef003c392794650b1c3b9e7b6f809c /apps/settings_list.c | |
parent | 39e2de8f1b75c1fe12b99fab49d7e34ea2d91563 (diff) |
Don't ask me how that happened.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15896 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r-- | apps/settings_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index 0759b46940..1010d6b437 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -268,7 +268,7 @@ static void db_format(char* buffer, size_t buffer_size, int value, } #endif -#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC -= MAS3539F) +#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) static void set_mdb_enable(bool value) { sound_set_mdb_enable((int)value); |