commit | e133de4984cef9acb32fd756c607aa2fa1d090fb | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Oct 04 13:13:48 2021 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Mon Oct 04 13:14:49 2021 -0600 |
tree | 4ac82b729630f0eae678421aa4e93b47c1e93d66 | |
parent | 77252bf26e98bda49baffc2657bd99143e1c7626 [diff] |
Minor boolean fix in windows-nat.c I noticed a spot in windows-nat.c that used '1' rather than the more appropriate 'true'. This patch fixes it.