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 --- src/parse/important.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/important.c') diff --git a/src/parse/important.c b/src/parse/important.c index 88ec640..07ff1f6 100644 --- a/src/parse/important.c +++ b/src/parse/important.c @@ -77,7 +77,7 @@ void make_style_important(css_style *style) } while(0) while (offset < length) { - opcode op; + opcode_t op; uint8_t flags; uint32_t value; uint32_t opv = *((uint32_t *) bytecode); -- cgit v1.2.3