summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texnesting.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/luametatex/source/tex/texnesting.h')
-rw-r--r--source/luametatex/source/tex/texnesting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/luametatex/source/tex/texnesting.h b/source/luametatex/source/tex/texnesting.h
index f940094a0..91251eee0 100644
--- a/source/luametatex/source/tex/texnesting.h
+++ b/source/luametatex/source/tex/texnesting.h
@@ -30,7 +30,7 @@ typedef struct nest_state_info {
list_state_record *nest;
memory_data nest_data;
int shown_mode;
- int padding;
+ int math_mode;
} nest_state_info;
extern nest_state_info lmt_nest_state;