diff options
Diffstat (limited to 'src/common/torgzip.h')
-rw-r--r-- | src/common/torgzip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/torgzip.h b/src/common/torgzip.h index a52cc0fb40..94aeceb5c1 100644 --- a/src/common/torgzip.h +++ b/src/common/torgzip.h @@ -30,3 +30,4 @@ int is_gzip_supported(void); int detect_compression_method(const char *in, size_t in_len); #endif + |