diff options
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r-- | coreutils/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index bb96af8f6..064407838 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c | |||
@@ -24,7 +24,7 @@ | |||
24 | static const char mv_longopts[] = | 24 | static const char mv_longopts[] = |
25 | "interactive\0" No_argument "i" | 25 | "interactive\0" No_argument "i" |
26 | "force\0" No_argument "f" | 26 | "force\0" No_argument "f" |
27 | "\0"; | 27 | ; |
28 | #endif | 28 | #endif |
29 | 29 | ||
30 | #define OPT_FILEUTILS_FORCE 1 | 30 | #define OPT_FILEUTILS_FORCE 1 |