This is an automated email from Gerrit.

Spencer Oliver ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2296

-- gerrit

commit aef845e2737412e15094e19841cdac9d14d243ac
Author: Spencer Oliver <[email protected]>
Date:   Thu Sep 11 22:14:58 2014 +0100

    helper: constify log_strings
    
    Change-Id: I5bdd8958e79b754d56bb7aee2892856e557eed76
    Signed-off-by: Spencer Oliver <[email protected]>

diff --git a/src/helper/log.c b/src/helper/log.c
index cb1fbac..528951f 100644
--- a/src/helper/log.c
+++ b/src/helper/log.c
@@ -52,7 +52,7 @@ static long long current_time;
 
 static long long start;
 
-static char *log_strings[5] = {
+static const char *log_strings[5] = {
        "User : ",
        "Error: ",
        "Warn : ",      /* want a space after each colon, all same width, 
colons aligned */

-- 

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to