Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Change-Id: Ie3c52aa91275dfcbf41bb6f3797941527c807014
  • Loading branch information
Gabor authored and John Foderaro committed Jun 9, 2011
1 parent cf219d5 commit 82408e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions inflate.cl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -828,8 +828,7 @@ that describe the custome huffman tree are themselves huffman coded.
;; (make-instance 'inflate-stream :input-handle p :skip-gzip-header t) ;; (make-instance 'inflate-stream :input-handle p :skip-gzip-header t)
;; and the header will be skipped (if present) ;; and the header will be skipped (if present)
;; ;;
;; closing the inflate-stream will not close stream p. that must ;; closing the inflate-stream will close stream p.
;; be done separately.
;; ;;


;; how the inflate-stream works: ;; how the inflate-stream works:
Expand Down

0 comments on commit 82408e0

Please sign in to comment.