aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/src/core/surface/version.c.template5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/src/core/surface/version.c.template b/templates/src/core/surface/version.c.template
index 3e6840460f..31a5af99ca 100644
--- a/templates/src/core/surface/version.c.template
+++ b/templates/src/core/surface/version.c.template
@@ -38,6 +38,5 @@
#include <grpc/grpc.h>
- const char *grpc_version_string(void) {
- return "${settings.version.major}.${settings.version.minor}.${settings.version.micro}.${settings.version.build}";
- }
+ const char *grpc_version_string(void) { \
+ return "${settings.version.major}.${settings.version.minor}.${settings.version.micro}.${settings.version.build}"; }