ImageReader.st
changeset 6761 7307a75477f4
parent 6618 9d377a77a1a1
child 6902 6357c181c178
--- a/ImageReader.st	Thu Feb 05 09:54:11 2015 +0100
+++ b/ImageReader.st	Mon Feb 09 17:58:13 2015 +0100
@@ -270,7 +270,7 @@
 /* -------------------------------- */
 };
 
-static
+static void
 initCCITTTables() {
     register cnt, bits, value;
     int nBits, index;
@@ -2108,10 +2108,10 @@
 !ImageReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.113 2014-11-26 15:03:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.114 2015-02-09 16:58:13 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.113 2014-11-26 15:03:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ImageReader.st,v 1.114 2015-02-09 16:58:13 cg Exp $'
 ! !