summaryrefslogtreecommitdiff
path: root/src/target/algorithm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/algorithm.h')
-rw-r--r--src/target/algorithm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/algorithm.h b/src/target/algorithm.h
index 316498b3..15e3cf22 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
{