Skip to content

Commit

Permalink
rename: Gzip -> GZip
Browse files Browse the repository at this point in the history
  • Loading branch information
zacchiro committed Nov 2, 2008
1 parent caac606 commit e8691a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/nothreads/batteries.ml
Expand Up @@ -215,7 +215,7 @@ module System = struct

(** {2 Compression/Decompression} *)
module Compress = Libs.Common.Compress
module Gzip = Libs.GZip
module GZip = Libs.GZip

(** {1 Actual operating system calls}*)

Expand Down
2 changes: 1 addition & 1 deletion src/main/threads/batteries.ml
Expand Up @@ -219,7 +219,7 @@ module System = struct

(** {2 Compression/Decompression} *)
module Compress = Libs.Common.Compress
module Gzip = Libs.GZip
module GZip = Libs.GZip

(** {1 Actual operating system calls}*)

Expand Down

0 comments on commit e8691a8

Please sign in to comment.