command_t -> struct command
[fw/openocd] / src / flash / at91sam3.c
index 4459364e75e78d7b495fb4718079817e9937fb8b..ad45bd5aaf655cff013ab8a206becd8b74fff0d7 100644 (file)
@@ -2474,7 +2474,7 @@ static int sam3_registered;
 static int
 sam3_register_commands(struct command_context *cmd_ctx)
 {
-       command_t *pCmd;
+       struct command *pCmd;
 
        // only register once
        if (!sam3_registered) {