From e618c15aff328b1332edd22db6a949a61d5c0b3b Mon Sep 17 00:00:00 2001
From: Nick Mathewson <nickm@torproject.org>
Date: Mon, 9 Oct 2006 03:39:06 +0000
Subject:  r8967@totoro:  nickm | 2006-10-08 23:38:50 -0400  Fix some test and
 warn failures in last commit

svn:r8665
---
 src/common/torgzip.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/common')

diff --git a/src/common/torgzip.h b/src/common/torgzip.h
index ca3f49354..a20106cc3 100644
--- a/src/common/torgzip.h
+++ b/src/common/torgzip.h
@@ -13,7 +13,7 @@
 #define TORGZIP_H_ID "$Id$"
 
 typedef enum {
-  GZIP_METHOD=1, ZLIB_METHOD=2, UNKNOWN_METHOD=3
+  NO_METHOD=0, GZIP_METHOD=1, ZLIB_METHOD=2, UNKNOWN_METHOD=3
 } compress_method_t;
 
 int
-- 
cgit v1.2.3