aboutsummaryrefslogtreecommitdiff
path: root/src/microspdy/structures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microspdy/structures.h')
-rw-r--r--src/microspdy/structures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microspdy/structures.h b/src/microspdy/structures.h
index 5fb91889..603449f1 100644
--- a/src/microspdy/structures.h
+++ b/src/microspdy/structures.h
@@ -487,7 +487,7 @@ struct SPDY_NameValue
487 /** 487 /**
488 * Number of values, this is >= 0. 488 * Number of values, this is >= 0.
489 */ 489 */
490 uint num_values; 490 unsigned int num_values;
491}; 491};
492 492
493 493