summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index fa301466..b16b1fc9 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -280,7 +280,7 @@ struct tbl_span {
struct eqn {
size_t sz;
char *data;
- int line; /* invocation line */
+ int ln; /* invocation line */
int pos; /* invocation position */
};