aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/echo/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/echo/server.c')
-rw-r--r--test/core/echo/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/echo/server.c b/test/core/echo/server.c
index 2655fb2bfc..35f118dc9b 100644
--- a/test/core/echo/server.c
+++ b/test/core/echo/server.c
@@ -56,7 +56,7 @@ typedef struct {
gpr_intmax bytes_read;
} call_state;
-static void request_call() {
+static void request_call(void) {
call_state *tag = gpr_malloc(sizeof(*tag));
gpr_ref_init(&tag->pending_ops, 2);
tag->bytes_read = 0;