From f532be1b26d0a60d47c467254c78b9a4989a5af2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 3 Aug 2009 16:18:26 +0000 Subject: s/opcode/opcode_t/ svn path=/trunk/libcss/; revision=9020 --- test/dump.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dump.h') 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); -- cgit v1.2.3