1
0
Fork 0
forked from len0rd/rockbox

Fix the bar type param to use nullable ints

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26741 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-06-10 14:50:11 +00:00
parent ee6aca9860
commit 466a69814e

View file

@ -22,7 +22,7 @@
#include "tag_table.h" #include "tag_table.h"
#include <string.h> #include <string.h>
#define BAR_PARAMS "*|IIIIN" #define BAR_PARAMS "*|iiiiN"
/* The tag definition table */ /* The tag definition table */
struct tag_info legal_tags[] = struct tag_info legal_tags[] =
{ {