diff options
Diffstat (limited to 'src/mv.c')
| -rw-r--r-- | src/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ enum }; /* The name this program was run with. */ -char *program_name; +char const *program_name; /* Remove any trailing slashes from each SOURCE argument. */ static bool remove_trailing_slashes; |
