diff options
Diffstat (limited to 'winsup/cygwin/pwdgrp.h')
-rw-r--r-- | winsup/cygwin/pwdgrp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pwdgrp.h b/winsup/cygwin/pwdgrp.h index 40b1eeb6f..aea340d50 100644 --- a/winsup/cygwin/pwdgrp.h +++ b/winsup/cygwin/pwdgrp.h @@ -72,7 +72,7 @@ public: if (!check && initialized) return; if (pglock->acquire () == 1 && - (!initialized || (check && etc::file_changed (etc_ix)))) + (!initialized || (check && etc::file_changed (etc_ix)))) (this->*read) (); pglock->release (); } |