1
0
Fork 0
forked from len0rd/rockbox

Removed warnings

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1676 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-08-11 22:08:23 +00:00
parent 7a8f398b6f
commit 102665958a
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
void blank(void)
{
int w, h, b;
int w, h;
char *off = "[Off] to stop";
int len = strlen(SS_TITLE);