iriverify: Fix a build warning

Change-Id: I12a50a8e71c50c232dad89342f59f5afe8d0aace
This commit is contained in:
Solomon Peachy 2025-04-22 09:34:30 -04:00
parent 8f3b8390d1
commit 9e52dcc7e7

View file

@ -31,7 +31,7 @@ ssize_t buf_size;
static char *filename; static char *filename;
static int readsize; static int readsize;
static char *stringbuffer; static char *stringbuffer;
static char crlf[2] = "\r\n"; static char crlf[2] __NONSTRING = "\r\n";
int read_buffer(int offset) int read_buffer(int offset)
{ {