aboutsummaryrefslogtreecommitdiff
path: root/src/microspdy/applicationlayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microspdy/applicationlayer.c')
-rw-r--r--src/microspdy/applicationlayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microspdy/applicationlayer.c b/src/microspdy/applicationlayer.c
index cbe484bc..4335fd69 100644
--- a/src/microspdy/applicationlayer.c
+++ b/src/microspdy/applicationlayer.c
@@ -44,7 +44,7 @@ spdy_handler_new_stream (void *cls,
44 struct SPDYF_Stream * stream) 44 struct SPDYF_Stream * stream)
45{ 45{
46 (void)cls; 46 (void)cls;
47 uint i; 47 unsigned int i;
48 char *method = NULL; 48 char *method = NULL;
49 char *path = NULL; 49 char *path = NULL;
50 char *version = NULL; 50 char *version = NULL;