aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cp_mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cp_mv.c b/cp_mv.c
index d703daec4..a0d677c45 100644
--- a/cp_mv.c
+++ b/cp_mv.c
@@ -189,7 +189,7 @@ rm_Action(const char *fileName, struct stat *statbuf, void* junk)
189extern int cp_mv_main(int argc, char **argv) 189extern int cp_mv_main(int argc, char **argv)
190{ 190{
191 volatile int i; 191 volatile int i;
192 char c; 192 int c;
193 193
194 if (*applet_name == 'c' && *(applet_name + 1) == 'p') 194 if (*applet_name == 'c' && *(applet_name + 1) == 'p')
195 dz_i = is_cp; 195 dz_i = is_cp;