summaryrefslogtreecommitdiff
path: root/src/openocd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openocd.h')
-rw-r--r--src/openocd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openocd.h b/src/openocd.h
index 70e3ee01..a91d46f2 100644
--- a/src/openocd.h
+++ b/src/openocd.h
@@ -37,6 +37,6 @@ void openocd_sleep_prelude(void);
void openocd_sleep_postlude(void);
/// provides a hard-coded command environment setup
-extern const char *openocd_startup_tcl;
+extern const char openocd_startup_tcl[];
#endif