aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/event_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/surface/event_string.h')
-rw-r--r--src/core/lib/surface/event_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/surface/event_string.h b/src/core/lib/surface/event_string.h
index 2d53cf0fac..4bdb11f35e 100644
--- a/src/core/lib/surface/event_string.h
+++ b/src/core/lib/surface/event_string.h
@@ -26,7 +26,7 @@ extern "C" {
#endif
/* Returns a string describing an event. Must be later freed with gpr_free() */
-char *grpc_event_string(grpc_event *ev);
+char* grpc_event_string(grpc_event* ev);
#ifdef __cplusplus
}