From: Jim Meyering Date: Thu, 1 Apr 1999 05:08:22 +0000 (+0000) Subject: (main): Qualify a char* with the `const' keyword. X-Git-Tag: FILEUTILS-4_0e~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=beb464c0ea565eead7cba151bfdf84dcc74cf497;p=platform%2Fupstream%2Fcoreutils.git (main): Qualify a char* with the `const' keyword. --- diff --git a/src/install.c b/src/install.c index 3c9fbee..146c288 100644 --- a/src/install.c +++ b/src/install.c @@ -229,7 +229,7 @@ main (int argc, char **argv) int errors = 0; const char *symbolic_mode = NULL; int make_backups = 0; - char *version; + const char *version; int mkdir_and_install = 0; struct cp_options x; int n_files;