summaryrefslogtreecommitdiffstats
path: root/bytecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'bytecode.h')
-rw-r--r--bytecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecode.h b/bytecode.h
index ba5fec3a..b81e1478 100644
--- a/bytecode.h
+++ b/bytecode.h
@@ -42,7 +42,7 @@ const struct opcode_description* opcode_describe(opcode op);
#define MAX_CFUNCTION_ARGS 10
-typedef void (*cfunction_ptr)(void);
+typedef void (*cfunction_ptr)();
struct cfunction {
cfunction_ptr fptr;
const char* name;