summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ln.c2
-rw-r--r--src/mv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ln.c b/src/ln.c
index 822be4a92..3f62df4aa 100644
--- a/src/ln.c
+++ b/src/ln.c
@@ -40,7 +40,7 @@
non-character as a pseudo short option, starting with CHAR_MAX + 1. */
enum
{
- TARGET_DIRECTORY_OPTION = CHAR_MAX + 1,
+ TARGET_DIRECTORY_OPTION = CHAR_MAX + 1
};
int link (); /* Some systems don't declare this anywhere. */
diff --git a/src/mv.c b/src/mv.c
index 77c329b0a..291b531f0 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -70,7 +70,7 @@
non-character as a pseudo short option, starting with CHAR_MAX + 1. */
enum
{
- TARGET_DIRECTORY_OPTION = CHAR_MAX + 1,
+ TARGET_DIRECTORY_OPTION = CHAR_MAX + 1
};
int euidaccess ();