aboutsummaryrefslogtreecommitdiff
path: root/contrib/ada/zlib.adb
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ada/zlib.adb')
-rw-r--r--contrib/ada/zlib.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ada/zlib.adb b/contrib/ada/zlib.adb
index 8b6fd68..c1abe79 100644
--- a/contrib/ada/zlib.adb
+++ b/contrib/ada/zlib.adb
@@ -204,7 +204,7 @@ package body ZLib is
204 end if; 204 end if;
205 205
206 -- We allow ZLib to make header only in case of default header type. 206 -- We allow ZLib to make header only in case of default header type.
207 -- Otherwise we would either do header by ourselfs, or do not do 207 -- Otherwise we would either do header by ourselves, or do not do
208 -- header at all. 208 -- header at all.
209 209
210 if Header = None or else Header = GZip then 210 if Header = None or else Header = GZip then