shithub: jbig2

Download patch

ref: bfc0107419650f5f696115c4accf1ab88b923c43
parent: c5b572ab3f1e3a243408b84498bb7d7dce808b71
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Sun Jun 10 04:43:48 EDT 2001

minor comment update


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@23 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/jbig2_huffman.c
+++ b/jbig2_huffman.c
@@ -8,10 +8,11 @@
     the Free Software Foundation; either version 2 of the License, or
     (at your option) any later version.
     
-    $Id: jbig2_huffman.c,v 1.3 2001/06/10 07:09:18 giles Exp $
+    $Id: jbig2_huffman.c,v 1.4 2001/06/10 08:43:48 giles Exp $
 */
 
-/* Huffman table decoding procedures */
+/* Huffman table decoding procedures 
+    -- See Annex B of the JBIG2 draft spec */
 
 #include <stdlib.h>