forked from len0rd/rockbox
Oops, forgot one.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17475 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ad95df2cab
commit
71fa58985f
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ static bool load_remote_backdrop(const char* filename, fb_remote_data* backdrop_
|
|||
}
|
||||
}
|
||||
|
||||
bool load_remote_wps_backdrop(char* filename)
|
||||
bool load_remote_wps_backdrop(const char* filename)
|
||||
{
|
||||
remote_wps_backdrop_valid = load_remote_backdrop(filename, &remote_wps_backdrop[0][0]);
|
||||
return remote_wps_backdrop_valid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue