summaryrefslogtreecommitdiff
path: root/src/jtag/parport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtag/parport.c')
-rw-r--r--src/jtag/parport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/parport.c b/src/jtag/parport.c
index e9934974..19a200bf 100644
--- a/src/jtag/parport.c
+++ b/src/jtag/parport.c
@@ -274,7 +274,7 @@ int parport_register_commands(struct command_context_s *cmd_ctx)
}
#if PARPORT_USE_GIVEIO == 1
-int parport_get_giveio_access()
+int parport_get_giveio_access(void)
{
HANDLE h;
OSVERSIONINFO version;