summaryrefslogtreecommitdiff
path: root/src/bytecode/opcodes.h
diff options
context:
space:
mode:
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 {