and make it compile with warnings on

svn:r16658
This commit is contained in:
Roger Dingledine 2008-08-25 21:02:44 +00:00
parent c5fef3c57f
commit 8b4e9ba02c

View File

@ -138,7 +138,7 @@ parse_socks4a_resolve_response(const char *response, size_t len,
}
/* It would be nice to let someone know what SOCKS5 issue a user may have */
const char *
static const char *
socks5_reason_to_string(char reason)
{
switch(reason){