aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support/log_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/support/log_windows.h')
-rw-r--r--include/grpc/support/log_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/log_windows.h b/include/grpc/support/log_windows.h
index b530fd50d6..e833f9d9df 100644
--- a/include/grpc/support/log_windows.h
+++ b/include/grpc/support/log_windows.h
@@ -29,7 +29,7 @@ extern "C" {
* formatted error message, corresponding to the error messageid.
* Use in conjunction with GetLastError() et al.
*/
-GPRAPI char *gpr_format_message(int messageid);
+GPRAPI char* gpr_format_message(int messageid);
#ifdef __cplusplus
}