summaryrefslogtreecommitdiff
path: root/src/cmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmark.h')
-rw-r--r--src/cmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmark.h b/src/cmark.h
index fc20409..3878355 100644
--- a/src/cmark.h
+++ b/src/cmark.h
@@ -498,7 +498,7 @@ char *cmark_render_man(cmark_node *root, int options);
/** Convert straight quotes to curly, --- to em dashes, -- to en dashes.
*/
-#define CMARK_OPT_SMARTPUNCT 8
+#define CMARK_OPT_SMART 8
/**
* ## Version information