summaryrefslogtreecommitdiff
path: root/src/target/target.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/target.c')
-rw-r--r--src/target/target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/target.c b/src/target/target.c
index 37e1b369..efa00edf 100644
--- a/src/target/target.c
+++ b/src/target/target.c
@@ -383,7 +383,7 @@ static int default_examine(struct target_s *target)
*
* XScale
*/
-int target_examine(struct command_context_s *cmd_ctx)
+int target_examine(void)
{
int retval = ERROR_OK;
target_t *target = targets;