[PATCH 4/5] libdebugger: Fix const qualifier
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Jan 11 10:22:48 UTC 2017
---
cpukit/libdebugger/rtems-debugger-threads.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/libdebugger/rtems-debugger-threads.c b/cpukit/libdebugger/rtems-debugger-threads.c
index 64d21c4..8e6724a 100644
--- a/cpukit/libdebugger/rtems-debugger-threads.c
+++ b/cpukit/libdebugger/rtems-debugger-threads.c
@@ -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",
--
1.8.4.5
More information about the devel
mailing list