diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/remove.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c index 53501b707..8ddcd24fa 100644 --- a/src/remove.c +++ b/src/remove.c @@ -878,7 +878,7 @@ The following two directories have the same inode number:\n")); if (yesno ()) return RM_ERROR; } - exit (1); + exit (EXIT_FAILURE); } /* Put this directory in the active_dir_map. */ |