summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chown-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chown-core.h b/src/chown-core.h
index 40f96ac8b..1da12a79c 100644
--- a/src/chown-core.h
+++ b/src/chown-core.h
@@ -20,7 +20,7 @@
enum Change_status
{
- CH_NOT_APPLIED,
+ CH_NOT_APPLIED = 1,
CH_SUCCEEDED,
CH_FAILED,
CH_NO_CHANGE_REQUESTED