summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-01 14:27:51 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-01 14:27:51 +0000
commit71a7e54b0de43107d5ac46c84a6bb69f7480807a (patch)
treebda1efe70c9cde50ce13333e232f2458abd2e575 /src/install.c
parent394b469369d1270a6ddb77dd9a886f57fbd6b534 (diff)
downloadcoreutils-71a7e54b0de43107d5ac46c84a6bb69f7480807a.tar.xz
mode_free -> free
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c
index 5659bc70e..dcaa9d3f4 100644
--- a/src/install.c
+++ b/src/install.c
@@ -357,7 +357,7 @@ main (int argc, char **argv)
if (!change)
error (EXIT_FAILURE, 0, _("invalid mode %s"), quote (specified_mode));
mode = mode_adjust (0, change, 0);
- mode_free (change);
+ free (change);
}
get_ids ();