[rtems commit] libdebugger: Fix const qualifier
    Sebastian Huber 
    sebh at rtems.org
       
    Thu Jan 12 06:55:08 UTC 2017
    
    
  
Module:    rtems
Branch:    master
Commit:    b7f1fc3b36caeb5c4d7227ec8efc175e2c9d3581
Changeset: http://git.rtems.org/rtems/commit/?id=b7f1fc3b36caeb5c4d7227ec8efc175e2c9d3581
Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Jan 11 11:04:07 2017 +0100
libdebugger: Fix const qualifier
---
 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",
    
    
More information about the vc
mailing list