aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/subprocess_posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/support/subprocess_posix.c')
-rw-r--r--src/core/support/subprocess_posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/support/subprocess_posix.c b/src/core/support/subprocess_posix.c
index 4580537aa8..642520bb47 100644
--- a/src/core/support/subprocess_posix.c
+++ b/src/core/support/subprocess_posix.c
@@ -55,7 +55,7 @@ struct gpr_subprocess {
int joined;
};
-char *gpr_subprocess_binary_extension() { return ""; }
+const char *gpr_subprocess_binary_extension() { return ""; }
gpr_subprocess *gpr_subprocess_create(int argc, char **argv) {
gpr_subprocess *r;