summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/remove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c
index 995e93185..292282199 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -425,7 +425,7 @@ same_file (const char *file_1, const char *file_2)
/* Recursively remove all of the entries in the current directory.
Return an indication of the success of the operation. */
-enum RM_status
+static enum RM_status
remove_cwd_entries (const struct rm_options *x)
{
/* NOTE: this is static. */