diff options
Diffstat (limited to 'src/unexpand.c')
-rw-r--r-- | src/unexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexpand.c b/src/unexpand.c index ff969ee12..cfbc46bd7 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -429,7 +429,7 @@ unexpand (void) } prev_blank = blank; - convert &= convert_entire_line | blank; + convert &= convert_entire_line || blank; } if (c < 0) |