aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/atm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/impl/codegen/atm.h')
-rw-r--r--include/grpc/impl/codegen/atm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/atm.h b/include/grpc/impl/codegen/atm.h
index 764bee5272..e626358b73 100644
--- a/include/grpc/impl/codegen/atm.h
+++ b/include/grpc/impl/codegen/atm.h
@@ -81,7 +81,7 @@
/** Adds \a delta to \a *value, clamping the result to the range specified
by \a min and \a max. Returns the new value. */
-gpr_atm gpr_atm_no_barrier_clamped_add(gpr_atm *value, gpr_atm delta,
+gpr_atm gpr_atm_no_barrier_clamped_add(gpr_atm* value, gpr_atm delta,
gpr_atm min, gpr_atm max);
#endif /* GRPC_IMPL_CODEGEN_ATM_H */