From ac927559c3ce5406adac34b9d4ca4ecb37a48181 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 09:52:20 -0800 Subject: target_type_t -> struct target_type Remove misleading typedef and redundant suffix from struct target_type. --- src/target/arm720t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm720t.c') diff --git a/src/target/arm720t.c b/src/target/arm720t.c index 8ef7114e..b258e2f9 100644 --- a/src/target/arm720t.c +++ b/src/target/arm720t.c @@ -510,7 +510,7 @@ static int arm720t_register_commands(struct command_context_s *cmd_ctx) } /** Holds methods for ARM720 targets. */ -target_type_t arm720t_target = +struct target_type arm720t_target = { .name = "arm720t", -- cgit v1.2.3