about summary refs log tree commit diff stats
path: root/src/include/dynablock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/dynablock.h')
-rwxr-xr-xsrc/include/dynablock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/dynablock.h b/src/include/dynablock.h
index ed7b3c8a..757ca4ae 100755
--- a/src/include/dynablock.h
+++ b/src/include/dynablock.h
@@ -19,6 +19,6 @@ dynablock_t* DBGetBlock(x64emu_t* emu, uintptr_t addr, int create, int is32bits)
 dynablock_t* DBAlternateBlock(x64emu_t* emu, uintptr_t addr, uintptr_t filladdr, int is32bits);
 
 // for use in signal handler
-void cancelFillBlock();
+void cancelFillBlock(void);
 
 #endif //__DYNABLOCK_H_
\ No newline at end of file