From 199ebae564fb0701e5bf9ad1e9bb07c668cd998f Mon Sep 17 00:00:00 2001 From: oharboe Date: Mon, 3 Nov 2008 07:22:14 +0000 Subject: Rick Altherr - fix warnings git-svn-id: svn://svn.berlios.de/openocd/trunk@1126 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helper/command.c') diff --git a/src/helper/command.c b/src/helper/command.c index a8de14ee..d47203ca 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -653,7 +653,7 @@ static int jim_capture(Jim_Interp *interp, int argc, Jim_Obj *const *argv) command_context_t* command_init() { command_context_t* context = malloc(sizeof(command_context_t)); - extern unsigned const char startup_tcl[]; + extern const char startup_tcl[]; context->mode = COMMAND_EXEC; context->commands = NULL; -- cgit v1.2.3