Fix yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18659 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-09-28 17:51:11 +00:00
parent 1a253d1de5
commit 9d4e6d17f6
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ static struct player_info_t players[] = {
{"Zen V", null_key_v3, tl_zenv_key, false},
{"Zen V Plus", null_key_v3, tl_zenvp_key, false},
{"Zen V Video", null_key_v3, tl_zenvv_key, false},
{NULL, NULL, NULL, NULL, false}
{NULL, NULL, NULL, false}
};
void log_message(const char* format, ...);