diff options
Diffstat (limited to 'src/common/torgzip.c')
-rw-r--r-- | src/common/torgzip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/torgzip.c b/src/common/torgzip.c index 2fdcd453fe..b6753e8aca 100644 --- a/src/common/torgzip.c +++ b/src/common/torgzip.c @@ -245,3 +245,4 @@ int detect_compression_method(const char *in, size_t in_len) return 0; } } + |