summaryrefslogtreecommitdiff
path: root/src/man.c
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-12 17:36:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-12 17:36:31 -0700
commitc5e64712336b9707858bd71c7287c6fd6281545c (patch)
tree8956f0adf5643680ea255575d8fe96687597ef9e /src/man.c
parent26305f4eff1e2205c1259e82076295a575d7ca41 (diff)
Small cleanups.
Moved begin_line setting into render.c, so you don't need to worry about it in outc.
Diffstat (limited to 'src/man.c')
-rw-r--r--src/man.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/man.c b/src/man.c
index b2e0ce2..4a49441 100644
--- a/src/man.c
+++ b/src/man.c
@@ -71,7 +71,6 @@ void S_outc(cmark_renderer *renderer,
default:
cmark_render_code_point(renderer, c);
}
- renderer->begin_line = (c == 10);
}
static int