diff options
Diffstat (limited to 'cp_mv.c')
-rw-r--r-- | cp_mv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -316,9 +316,9 @@ extern int cp_mv_main(int argc, char **argv) | |||
316 | if (flags_memo) | 316 | if (flags_memo) |
317 | *(baseDestName + baseDestLen) = '\0'; | 317 | *(baseDestName + baseDestLen) = '\0'; |
318 | } | 318 | } |
319 | return( TRUE); | 319 | return EXIT_SUCCESS; |
320 | exit_false: | 320 | exit_false: |
321 | return( FALSE); | 321 | return EXIT_FAILURE; |
322 | } | 322 | } |
323 | 323 | ||
324 | /* | 324 | /* |