about summary refs log tree commit homepage
path: root/ext/http11/http11.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/http11/http11.c')
-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;