aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/json/json_reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/json/json_reader.c')
-rw-r--r--src/core/json/json_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/json/json_reader.c b/src/core/json/json_reader.c
index c3877966dd..7f52bf2b6d 100644
--- a/src/core/json/json_reader.c
+++ b/src/core/json/json_reader.c
@@ -103,7 +103,7 @@ int grpc_json_reader_is_complete(grpc_json_reader* reader) {
}
grpc_json_reader_ret grpc_json_reader_run(grpc_json_reader* reader) {
- int c, success;
+ gpr_uint32 c, success;
/* This state-machine is a strict implementation of ECMA-404 */
for (;;) {