Minor boolean fix in windows-nat.c
authorTom Tromey <tromey@adacore.com>
Mon, 4 Oct 2021 19:13:48 +0000 (13:13 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 4 Oct 2021 19:14:49 +0000 (13:14 -0600)
commite133de4984cef9acb32fd756c607aa2fa1d090fb
tree4ac82b729630f0eae678421aa4e93b47c1e93d66
parent77252bf26e98bda49baffc2657bd99143e1c7626
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.
gdb/windows-nat.c