summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Mendez <jmendeth@gmail.com>2014-03-04 22:48:58 +0100
committerXavier Mendez <jmendeth@gmail.com>2014-03-04 22:48:58 +0100
commit6e7624195a0ce053852a39c2f1af62411032d696 (patch)
tree7517efef8983814e4d23fa374bcab3d6a905d6af
parentf51f204f6fcba0aed09ef3c4a36bf14e5f84ed82 (diff)
downloadrust-hoedown-6e7624195a0ce053852a39c2f1af62411032d696.tar.gz
correct small typo in previous PR
Signed-off-by: Xavier Mendez <jmendeth@gmail.com>
-rw-r--r--src/document.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document.h b/src/document.h
index 3204f2c..e3007bd 100644
--- a/src/document.h
+++ b/src/document.h
@@ -52,10 +52,10 @@ enum hoedown_extensions {
HOEDOWN_EXT_SUPERSCRIPT )
#define HOEDOWN_EXT_FLAGS (\
- HOEDOWN_EXT_LAX_SPACING &\
+ HOEDOWN_EXT_LAX_SPACING |\
HOEDOWN_EXT_NO_INTRA_EMPHASIS )
-#define HOEDOWN_NEGATIVE_FLAGS (\
+#define HOEDOWN_EXT_NEGATIVE (\
HOEDOWN_EXT_DISABLE_INDENTED_CODE )
/* list/listitem flags */