JPEGReader.st
changeset 3953 ca94dc8d03cb
parent 3692 19cf6b593b2b
child 4078 27d0bc272f2e
--- a/JPEGReader.st	Tue May 16 11:09:57 2017 +0200
+++ b/JPEGReader.st	Tue May 16 17:06:05 2017 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -338,7 +336,7 @@
 app1SegmentCallback
     "return a callback function which invokes the app1SegmentHandlerBlock if defined.
      This will be called to handle the exif segment, containing geolocation tags.
-     Return nil, if there is no handler blcok defined"
+     Return nil if there is no handler block defined"
 
     |cb|
 
@@ -349,6 +347,8 @@
     cb generateClosure.
     cb action:[:args | self fetchApp1SegmentData. true].
     ^ cb code.  "can be passed to C."
+
+    "Modified (comment): / 16-05-2017 / 17:05:14 / mawalch"
 !
 
 create_jpeg_compress_struct