Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/setfacl.c')
-rw-r--r--winsup/utils/setfacl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/setfacl.c b/winsup/utils/setfacl.c
index 87c96aeac..c63b5d1af 100644
--- a/winsup/utils/setfacl.c
+++ b/winsup/utils/setfacl.c
@@ -112,7 +112,7 @@ getaclentry (action_t action, char *c, aclent_t *ace)
return FALSE;
if (ace->a_type & (USER_OBJ | GROUP_OBJ))
{
- if (c2 = strchr (c, ':'))
+ if ((c2 = strchr (c, ':')))
{
if (action == Delete)
return FALSE;