aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/exec_ctx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/exec_ctx.h')
-rw-r--r--src/core/iomgr/exec_ctx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/exec_ctx.h b/src/core/iomgr/exec_ctx.h
index ea09188c8f..8a2e5d5f6a 100644
--- a/src/core/iomgr/exec_ctx.h
+++ b/src/core/iomgr/exec_ctx.h
@@ -70,7 +70,7 @@ struct grpc_exec_ctx {
#else
struct grpc_exec_ctx { int unused; };
#define GRPC_EXEC_CTX_INIT \
- {}
+ {0}
#endif
/** Flush any work that has been enqueued onto this grpc_exec_ctx.