summaryrefslogtreecommitdiff
path: root/src/helper/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/command.c')
-rw-r--r--src/helper/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/command.c b/src/helper/command.c
index 7ce7c224..035b7dbc 100644
--- a/src/helper/command.c
+++ b/src/helper/command.c
@@ -709,7 +709,7 @@ int handle_fast_command(struct command_context_s *cmd_ctx, char *cmd, char **arg
return ERROR_OK;
}
-void process_jim_events()
+void process_jim_events(void)
{
#ifdef JIM_EMBEDDED
static int recursion = 0;