From 98723c4ecdbe06f90c66f3abec27b792c3b38e34 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 13:25:47 -0800 Subject: command_context_t -> struct command_context Remove misleading typedef and redundant suffix from struct command_context. --- src/jtag/usbprog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jtag/usbprog.c') diff --git a/src/jtag/usbprog.c b/src/jtag/usbprog.c index 7abb0ca3..10dfe061 100644 --- a/src/jtag/usbprog.c +++ b/src/jtag/usbprog.c @@ -51,7 +51,7 @@ static int usbprog_execute_queue(void); static int usbprog_speed(int speed); -static int usbprog_register_commands(struct command_context_s *cmd_ctx); +static int usbprog_register_commands(struct command_context *cmd_ctx); static int usbprog_init(void); static int usbprog_quit(void); @@ -120,7 +120,7 @@ static int usbprog_speed(int speed) return ERROR_OK; } -static int usbprog_register_commands(struct command_context_s *cmd_ctx) +static int usbprog_register_commands(struct command_context *cmd_ctx) { return ERROR_OK; } -- cgit v1.2.3