mirror of https://github.com/aria2/aria2
Fix typo in GZipFile.h spelling
parent
4808715e66
commit
18ad88088d
|
@ -326,7 +326,7 @@ endif # HAVE_OPENSSL
|
||||||
if HAVE_ZLIB
|
if HAVE_ZLIB
|
||||||
SRCS += GZipEncoder.cc GZipEncoder.h\
|
SRCS += GZipEncoder.cc GZipEncoder.h\
|
||||||
GZipDecodingStreamFilter.cc GZipDecodingStreamFilter.h\
|
GZipDecodingStreamFilter.cc GZipDecodingStreamFilter.h\
|
||||||
GZipFile.cc GzipFile.h
|
GZipFile.cc GZipFile.h
|
||||||
endif # HAVE_ZLIB
|
endif # HAVE_ZLIB
|
||||||
|
|
||||||
if HAVE_SQLITE3
|
if HAVE_SQLITE3
|
||||||
|
|
Loading…
Reference in New Issue