aboutsummaryrefslogtreecommitdiff
path: root/src/interp/format.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/format.boot')
-rw-r--r--src/interp/format.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/format.boot b/src/interp/format.boot
index c759c57c..66d36400 100644
--- a/src/interp/format.boot
+++ b/src/interp/format.boot
@@ -57,7 +57,7 @@ sayModemapWithNumber(m,n) ==
sayMSG flowSegmentedMsg(reverse msg,$LINELENGTH,3)
displayOpModemaps(op,modemaps) ==
- TERPRI()
+ finishLine $OutputStream
count:= #modemaps
phrase:= (count=1 => 'modemap;'modemaps)
sayMSG ['"%b",count,'"%d",phrase,'" for",'"%b",op,'"%d",'":"]