forked from len0rd/rockbox
fix compiler error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6305 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5811214b0c
commit
cdd35ba220
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ struct GPatch * gusload(char * filename)
|
||||||
if(file == -1)
|
if(file == -1)
|
||||||
{
|
{
|
||||||
char message[50];
|
char message[50];
|
||||||
snprintf(message, 50, "Error opening %s", filename);
|
rb->snprintf(message, 50, "Error opening %s", filename);
|
||||||
rb->splash(HZ*2, true, message);
|
rb->splash(HZ*2, true, message);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue