diff options
Diffstat (limited to 'libmdocml.h')
-rw-r--r-- | libmdocml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmdocml.h b/libmdocml.h index 6b96094d..c25602fa 100644 --- a/libmdocml.h +++ b/libmdocml.h @@ -43,7 +43,7 @@ struct md_args { union md_params params;/* Parameters for parser. */ enum md_type type; /* Type of parser. */ int dbg; /* Debug level. */ -#define MD_DBG_TREE (1 << 0) +#define MD_DBG_TREE (1 << 0)/* Print the parse tree to stdout. */ }; struct md_buf { |