summaryrefslogtreecommitdiff
path: root/test/compress.c
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-28 11:07:11 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-28 11:07:11 +0000
commite965b30d29b62d59a59262dffb96c9979ecfab56 (patch)
treeb0137222f29210e0fc5f68284c3b5ef6322fa035 /test/compress.c
parent1c78fcda745569c41ee97207a3c30f63264cce90 (diff)
downloadneon-e965b30d29b62d59a59262dffb96c9979ecfab56.tar.gz
* test/compress.c: Fix signedness warning.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@506 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'test/compress.c')
-rw-r--r--test/compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress.c b/test/compress.c
index 9c6b267..f40db15 100644
--- a/test/compress.c
+++ b/test/compress.c
@@ -325,7 +325,7 @@ static int retry_notcompress(void)
return retry_compress_helper(ne_accept_2xx, &response, &expect);
}
-static unsigned char retry_gz_resp2[] =
+static char retry_gz_resp2[] =
"HTTP/1.1 401 Get Away\r\n"
"Content-Encoding: gzip\r\n"
"WWW-Authenticate: Basic realm=WallyWorld\r\n"