X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhello.c;h=267cc28e4eda264c8f1e33c489104930dcc2def8;hp=8a4f701d9bcd61ca444dea3ab71b099df9f630a4;hb=98723c4ecdbe06f90c66f3abec27b792c3b38e34;hpb=d16968e24f5d9e436ae4e136cd27652c4c948203 diff --git a/src/hello.c b/src/hello.c index 8a4f701d9b..267cc28e4e 100644 --- a/src/hello.c +++ b/src/hello.c @@ -48,7 +48,7 @@ COMMAND_HANDLER(handle_hello_command) return retval; } -int hello_register_commands(struct command_context_s *cmd_ctx) +int hello_register_commands(struct command_context *cmd_ctx) { struct command_s *cmd = register_command(cmd_ctx, NULL, "hello", &handle_hello_command, COMMAND_ANY,