(libretroDB) Update 'developer'

This commit is contained in:
Twinaphex 2015-01-24 08:19:37 +01:00
parent 6c8b19f4fa
commit 199d8803c8
2 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ static int dat_value_provider(void *ctx, struct rmsgpack_dom_value *out)
if ((rv = load_string(fd, &out->map.items[i].value)) < 0)
goto failed;
}
else if (strncmp(key, "developers", sizeof("developers")) == 0)
else if (strncmp(key, "developer", sizeof("developer")) == 0)
{
if ((rv = load_string(fd, &out->map.items[i].value)) < 0)
goto failed;

View File

@ -159,7 +159,7 @@ function get_value()
pegi_rating = t.pegi_rating,
cero_rating = t.cero_rating,
developers = t.developers,
developer = t.developer,
publisher = t.publisher,
origin = t.origin,