From 66d0eff12fdf31e520493e7c2accb95410dcaec2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 31 Aug 2017 17:30:17 +0200 Subject: style --- mflow.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mflow.c') diff --git a/mflow.c b/mflow.c index 3a465b7..4726fec 100644 --- a/mflow.c +++ b/mflow.c @@ -150,10 +150,10 @@ main() } if (rd > 0 && line[rd-1] == '\n') - line[--rd] = 0; + line[--rd] = 0; if (rd > 0 && line[rd-1] == '\r') - line[--rd] = 0; - + line[--rd] = 0; + quotes = 0; while (*line == '>') { // measure quote depth line++; -- cgit 1.4.1