From d09a9b9c5fb1fd56568e35b9e20ae3f0838a4e5e Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 15 Apr 2005 08:16:24 +0000 Subject: [PATCH] (main): Set control.line_break to mdraw_default_line_break. --- example/mdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/mdump.c b/example/mdump.c index 38f167f..af72d91 100644 --- a/example/mdump.c +++ b/example/mdump.c @@ -635,7 +635,7 @@ main (int argc, char **argv) else control.ignore_formatting_char = 1; if (break_by_word) - control.line_break = line_break; + control.line_break = mdraw_default_line_break; if (paper == PAPER_NOLIMIT) { -- 1.7.10.4