From ac67346d0fb5e5ea359d34c2c9215bd1892455f3 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 25 Apr 2014 17:10:47 -0400 Subject: * maintMakefile, various: Improve constification of the codebase. --- version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.c') diff --git a/version.c b/version.c index af461f7..f71cfca 100644 --- a/version.c +++ b/version.c @@ -23,8 +23,8 @@ this program. If not, see . */ # define MAKE_HOST "unknown" #endif -char *version_string = VERSION; -char *make_host = MAKE_HOST; +const char *version_string = VERSION; +const char *make_host = MAKE_HOST; /* Local variables: -- cgit v1.2.3