libdebugger: Fix const qualifier

This commit is contained in:
Sebastian Huber
2017-01-11 11:04:07 +01:00
parent 0c431303cc
commit b7f1fc3b36

View File

@@ -36,7 +36,7 @@
#include "rtems-debugger-target.h"
#include "rtems-debugger-threads.h"
static const char const* excludes_defaults[] =
static const char * const excludes_defaults[] =
{
"TIME",
"_BSD",