mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Const policed pointer arguments to functions, part 3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4999 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6d0da414bf
commit
8fb336148f
27 changed files with 170 additions and 158 deletions
|
@ -28,7 +28,7 @@ extern int printf(const char *format, ...);
|
|||
|
||||
static unsigned char language_buffer[MAX_LANGUAGE_SIZE];
|
||||
|
||||
int lang_load(char *filename)
|
||||
int lang_load(const char *filename)
|
||||
{
|
||||
int filesize;
|
||||
int fd = open(filename, O_RDONLY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue