summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/old
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/zlib/old')
-rw-r--r--3rdparty/zlib/old/visual-basic.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/zlib/old/visual-basic.txt b/3rdparty/zlib/old/visual-basic.txt
index 57efe58124e..3c8d2a42dfc 100644
--- a/3rdparty/zlib/old/visual-basic.txt
+++ b/3rdparty/zlib/old/visual-basic.txt
@@ -115,7 +115,7 @@ SUCCESS Then
ReDim Preserve bytaryCpr(lngCprSiz - 1)
Open strCprPth For Binary Access Write As #1
Put #1, , bytaryCpr()
- Put #1, , lngOriSiz 'Add the the original size value to the end
+ Put #1, , lngOriSiz 'Add the original size value to the end
(last 4 bytes)
Close #1
Else