mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
iriverify: Fix a build warning
Change-Id: I12a50a8e71c50c232dad89342f59f5afe8d0aace
This commit is contained in:
parent
8f3b8390d1
commit
9e52dcc7e7
1 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@ ssize_t buf_size;
|
|||
static char *filename;
|
||||
static int readsize;
|
||||
static char *stringbuffer;
|
||||
static char crlf[2] = "\r\n";
|
||||
static char crlf[2] __NONSTRING = "\r\n";
|
||||
|
||||
int read_buffer(int offset)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue