summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-08-03 16:18:26 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-08-03 16:18:26 +0000
commitf532be1b26d0a60d47c467254c78b9a4989a5af2 (patch)
treef2633471f452ceddb57aca12d5dc1954c80f160a /test
parenta73889a4f36cb45785225c411d5091bf7d1ab4ce (diff)
downloadlibcss-f532be1b26d0a60d47c467254c78b9a4989a5af2.tar.gz
libcss-f532be1b26d0a60d47c467254c78b9a4989a5af2.tar.bz2
s/opcode/opcode_t/
svn path=/trunk/libcss/; revision=9020
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);