summaryrefslogtreecommitdiff
path: root/src/bytecode/bytecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/bytecode.h')
-rw-r--r--src/bytecode/bytecode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode/bytecode.h b/src/bytecode/bytecode.h
index 4235ab2..5400474 100644
--- a/src/bytecode/bytecode.h
+++ b/src/bytecode/bytecode.h
@@ -18,7 +18,7 @@ typedef enum css_properties opcode;
enum flag {
FLAG_IMPORTANT = (1<<0),
- FLAG_INHERIT = (1<<1),
+ FLAG_INHERIT = (1<<1)
};
typedef enum unit {