forked from Imagelibrary/rtems
dl03/dl-cache.c: Fix duplicate const warning
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
static uint8_t* contents;
|
||||
|
||||
static const char const* filename = "/dl-test";
|
||||
static const char *const filename = "/dl-test";
|
||||
|
||||
static void dl_cache_create_file(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user