Skip to content

Commit

Permalink
Small comment added and for test
Browse files Browse the repository at this point in the history
git-svn-id: http://www.fractalconcept.com:8000/public/open-source/cl-pdf@126 9d29c65d-f3d6-0310-ab0c-b43ff62e96ec
  • Loading branch information
dmitriy.ivanov committed Dec 13, 2006
1 parent 44d3441 commit 6fa7996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salza/di-huffman.lisp
Expand Up @@ -165,6 +165,7 @@ the upper five bits and the value of the code in the lower 23.")

(defun initialize-huffman (&optional force)
;;; Initialize distance and temporary tables at run time
;; Called by: make-deflate-stream
(when (and %initialized% (not force))
(return-from initialize-huffman))

Expand Down

0 comments on commit 6fa7996

Please sign in to comment.