]> git.gag.com Git - fw/openocd/blobdiff - src/target/image.c
target_t -> struct target
[fw/openocd] / src / target / image.c
index 55237f87455b557383782369fc5bf560967b2733..bba4675ff2806476f7d5a5a261e9238e1f62013c 100644 (file)
@@ -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)
                {