mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 19:25:39 +08:00
dl01/dl-load.c: Add missing const
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#include "dl-load.h"
|
||||
|
||||
typedef int (*call_t)(int argc, char* argv[]);
|
||||
typedef int (*call_t)(int argc, const char* argv[]);
|
||||
|
||||
|
||||
static const char* call_1[] = { "Line 1", "Line 2" };
|
||||
|
||||
Reference in New Issue
Block a user