summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump.h b/test/dump.h
index 3e08821..da9e8fb 100644
--- a/test/dump.h
+++ b/test/dump.h
@@ -638,7 +638,7 @@ void dump_bytecode(css_style *style, char **ptr, uint32_t depth)
} while(0)
while (offset < length) {
- opcode op;
+ opcode_t op;
uint32_t value;
uint32_t opv = *((uint32_t *) bytecode);