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:
parent
ee6aca9860
commit
466a69814e
1 changed files with 1 additions and 1 deletions
|
|
@ -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[] =
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue