X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fhelper%2Fcommand.h;h=3d1cdec8608730184e2ad4de6a1487070e608310;hb=8eb92c7e99c018c1cb48be76b0c9736b6c64cba9;hp=0ee66b09882a44d0732208282569b95233bb9dd9;hpb=559d08c19ed838f7bb2a77ce56a5a274641111f8;p=openocd diff --git a/src/helper/command.h b/src/helper/command.h index 0ee66b09..3d1cdec8 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -173,7 +173,7 @@ typedef __COMMAND_HANDLER((*command_handler_t)); struct command { - char *name; + const char *name; const char *help; const char *usage; struct command *parent;