XWDReader.st
changeset 99 a656b0c9dd21
parent 96 948318b2fbd4
child 114 e577a2f332d0
--- a/XWDReader.st	Wed Aug 30 01:43:11 1995 +0200
+++ b/XWDReader.st	Wed Aug 30 19:54:43 1995 +0200
@@ -22,13 +22,6 @@
 	 category:'Graphics-Images support'
 !
 
-XWDReader comment:'
-COPYRIGHT (c) 1995 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.8 1995-08-29 17:45:39 claus Exp $
-'!
-
 !XWDReader class methodsFor:'documentation'!
 
 copyright
@@ -52,7 +45,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.8 1995-08-29 17:45:39 claus Exp $
+$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.9 1995-08-30 17:54:43 claus Exp $
 "
 !
 
@@ -254,7 +247,7 @@
 
     "Write out the pixels as index color values"
 "/    Cursor write showWhile: [ 
-"/	      |cindex|
+"/            |cindex|
 "/
 "/            1 to: (image height) do: [ :row |
 "/                    1 to: (image width) do: [ :col |