summaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.h b/src/render.h
index 479936a..c3acf6b 100644
--- a/src/render.h
+++ b/src/render.h
@@ -20,7 +20,7 @@ struct cmark_renderer {
bufsize_t last_breakable;
bool begin_line;
bool begin_content;
- bool no_wrap;
+ bool no_linebreaks;
bool in_tight_list_item;
void (*outc)(struct cmark_renderer *, cmark_escaping, int32_t, unsigned char);
void (*cr)(struct cmark_renderer *);