BlitImageReader.st
changeset 114 e577a2f332d0
parent 113 465cc202f0fe
child 118 7f0415d8308d
--- a/BlitImageReader.st	Thu Nov 09 17:57:45 1995 +0100
+++ b/BlitImageReader.st	Sat Nov 11 17:05:49 1995 +0100
@@ -10,11 +10,7 @@
 !BlitImageReader class methodsFor:'documentation'!
 
 version
-"
-$Header: /cvs/stx/stx/libview2/BlitImageReader.st,v 1.2 1995-11-09 16:57:45 cg Exp $
-"
-
-    "Created: 9.11.1995 / 17:08:06 / cg"
+    ^ '$Header: /cvs/stx/stx/libview2/BlitImageReader.st,v 1.3 1995-11-11 16:04:17 cg Exp $'
 !
 
 documentation
@@ -70,8 +66,8 @@
 
     s := PipeStream readingFrom:('uncompface ' , f name).
     s isNil ifTrue:[
-        'BLITIMGREADER: no uncompface utility.' errorPrintNL.
-        ^ nil
+	'BLITIMGREADER: no uncompface utility.' errorPrintNL.
+	^ nil
     ].
 
     img := self fromStream:s.