From 0f1163e823c6ca3c2a81fa296157f5dde0635fea Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 13 Nov 2009 10:11:13 -0800 Subject: target_t -> struct target Remove misleading typedef and redundant suffix from struct target. --- src/target/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/image.c') diff --git a/src/target/image.c b/src/target/image.c index 55237f8..bba4675 100644 --- a/src/target/image.c +++ b/src/target/image.c @@ -732,7 +732,7 @@ int image_open(struct image *image, const char *url, const char *type_string) } else if (image->type == IMAGE_MEMORY) { - target_t *target = get_target(url); + struct target *target = get_target(url); if (target == NULL) { -- cgit v1.1