avoid a compiler warning
authorJim Meyering <meyering@redhat.com>
Tue, 28 Oct 2008 21:00:39 +0000 (22:00 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 10 Nov 2008 07:11:59 +0000 (08:11 +0100)
(strip_program): Declare to be const.

src/install.c

index 430e69a..9dda05a 100644 (file)
@@ -132,7 +132,7 @@ static bool strip_files;
 static bool dir_arg;
 
 /* Program used to strip binaries, "strip" is default */
-static char *strip_program = "strip";
+static char const *strip_program = "strip";
 
 /* For long options that have no equivalent short option, use a
    non-character as a pseudo short option, starting with CHAR_MAX + 1.  */