forked from len0rd/rockbox
code-policed my own code ;-)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2393 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
869c952ea3
commit
571e8a26e0
1 changed files with 28 additions and 29 deletions
|
|
@ -50,7 +50,6 @@ void lang_load(char *filename)
|
||||||
filesize-=3;
|
filesize-=3;
|
||||||
ptr++; /* pass the terminating newline */
|
ptr++; /* pass the terminating newline */
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
DEBUGF("Illegal language file\n");
|
DEBUGF("Illegal language file\n");
|
||||||
|
|
@ -65,6 +64,6 @@ void lang_load(char *filename)
|
||||||
/* -----------------------------------------------------------------
|
/* -----------------------------------------------------------------
|
||||||
* local variables:
|
* local variables:
|
||||||
* eval: (load-file "../firmware/rockbox-mode.el")
|
* eval: (load-file "../firmware/rockbox-mode.el")
|
||||||
* vim: et sw=4 ts=8 sts=4 tw=78
|
|
||||||
* end:
|
* end:
|
||||||
|
* vim: et sw=4 ts=8 sts=4 tw=78
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue