aboutsummaryrefslogtreecommitdiff
path: root/src/target/algorithm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/algorithm.c')
-rw-r--r--src/target/algorithm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/algorithm.c b/src/target/algorithm.c
index 57383aea..07141449 100644
--- a/src/target/algorithm.c
+++ b/src/target/algorithm.c
@@ -17,6 +17,7 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -24,7 +25,6 @@
#include "algorithm.h"
#include <helper/binarybuffer.h>
-
void init_mem_param(struct mem_param *param, uint32_t address, uint32_t size, enum param_direction direction)
{
param->address = address;