about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-07-01 18:31:58 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-07-01 18:31:58 +0000
commit5cf77b2bc1d9a7bac2230fb9ccbe69e43be57f36 (patch)
tree9a084656d37f4491a8bf580787015cf91aad1a0d /ext
parentab7e1181b7a8d9af4c6b31e0ce24d5b7845c8d20 (diff)
downloadunicorn-5cf77b2bc1d9a7bac2230fb9ccbe69e43be57f36.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@275 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'ext')
-rw-r--r--ext/http11/http11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http11/http11.c b/ext/http11/http11.c
index 58f2307..a4a025d 100644
--- a/ext/http11/http11.c
+++ b/ext/http11/http11.c
@@ -14,7 +14,7 @@ static VALUE mMongrel;
 static VALUE cHttpParser;
 static VALUE cURIClassifier;
 static VALUE eHttpParserError;
-static int id_handler_map;
+static ID id_handler_map;
 
 static VALUE global_http_prefix;
 static VALUE global_request_method;