X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Falgorithm.h;h=15e3cf22fdba2ce5f776ece7bb92b6f9da37aa6f;hb=0bcf5a6b76ad1cb4d871733f438e2a261bb88e12;hp=316498b3d03c3edc558ceb5bd1a1b00b2ecb4844;hpb=3c2eabd20f5182c53f0bfb0c6f2a9f2595434e87;p=openocd.git diff --git a/src/target/algorithm.h b/src/target/algorithm.h index 316498b3d0..15e3cf22fd 100644 --- a/src/target/algorithm.h +++ b/src/target/algorithm.h @@ -35,7 +35,7 @@ typedef struct mem_param_s uint32_t size; uint8_t *value; enum param_direction direction; -} mem_param_t; +} mem_param_t; typedef struct reg_param_s {