about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mflow.c b/mflow.c
index 6a9d55b..6405b28 100644
--- a/mflow.c
+++ b/mflow.c
@@ -188,7 +188,7 @@ main(int argc, char *argv[])
 			continue;
 		}
 
-		if (rd > 0 && line[rd-1] == ' ') {  // flowed line
+		if (reflow && rd > 0 && line[rd-1] == ' ') {  // flowed line
 			if (delsp)
 				line[--rd] = 0;
 			flowed(quotes, line, rd);