summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-25 21:22:35 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-25 21:22:35 +0000
commitae9f808ae43f534ea9b4d617507ff28477df7e44 (patch)
tree104947a72601e16c52bc7f8cc69442fe49e3f476 /src/bytecode/opcodes.h
parent05cd20c6a53a1169086dadf31d708f337fedf8de (diff)
downloadlibcss-ae9f808ae43f534ea9b4d617507ff28477df7e44.tar.gz
libcss-ae9f808ae43f534ea9b4d617507ff28477df7e44.tar.bz2
page-break-inside
svn path=/trunk/libcss/; revision=5778
Diffstat (limited to 'src/bytecode/opcodes.h')
-rw-r--r--src/bytecode/opcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode/opcodes.h b/src/bytecode/opcodes.h
index bd03970..7d30687 100644
--- a/src/bytecode/opcodes.h
+++ b/src/bytecode/opcodes.h
@@ -417,7 +417,7 @@ enum op_page_break_before {
enum op_page_break_inside {
PAGE_BREAK_INSIDE_AUTO = 0x0000,
- PAGE_BREAK_INSIDE_ALWAYS = 0x0001,
+ PAGE_BREAK_INSIDE_AVOID = 0x0001,
};
enum op_pause_after {