#QUALITY by exept
authorClaus Gittinger <cg@exept.de>
Mon, 26 Aug 2019 09:15:57 +0200
changeset 5149 6d993b208d41
parent 5148 80aed7148971
child 5150 fffd40e3d727
#QUALITY by exept class: PostscriptPrinterStream changed: #nextPut:
PostscriptPrinterStream.st
--- a/PostscriptPrinterStream.st	Mon Aug 26 09:08:21 2019 +0200
+++ b/PostscriptPrinterStream.st	Mon Aug 26 09:15:57 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -724,7 +722,8 @@
     ].
 
     (character == Character cr) ifTrue:[
-        ^ self cr
+        self cr.
+        ^ self.
     ].
 
     native == true ifTrue:[