forked from Imagelibrary/rtems
libdebugger: Fix const qualifier
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
#include "rtems-debugger-target.h"
|
#include "rtems-debugger-target.h"
|
||||||
#include "rtems-debugger-threads.h"
|
#include "rtems-debugger-threads.h"
|
||||||
|
|
||||||
static const char const* excludes_defaults[] =
|
static const char * const excludes_defaults[] =
|
||||||
{
|
{
|
||||||
"TIME",
|
"TIME",
|
||||||
"_BSD",
|
"_BSD",
|
||||||
|
|||||||
Reference in New Issue
Block a user