X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.h;h=a91d46f2f2568358f0ec402fc2366117fc04abcc;hp=70e3ee0126f30e524bc1c935b3b4ac3af0ee0a08;hb=9b1f9810b090958bb4a669034173a01683c6e3e9;hpb=5e229bbf87fbb5a809553526edf0186dd3dd5cf8 diff --git a/src/openocd.h b/src/openocd.h index 70e3ee0126..a91d46f2f2 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