summaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-06-11 11:03:42 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-06-11 11:03:42 +0000
commitb54c583c9dc7f0c8ae0d2da56f3fb93a71e51d29 (patch)
tree28c06c4696adac171c13845ee96bce3d901c4005 /gdb/windows-nat.c
parent55806c25eac813da365236c2996613e6aeb341f6 (diff)
downloadgdb-b54c583c9dc7f0c8ae0d2da56f3fb93a71e51d29.tar.gz
windows-nat.c:thread_rec: Add missing empty line after var declaration.
gdb/ChangeLog: * window-nat.c (thread_rec): Add missing empty line after local variable declaration.
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r--gdb/windows-nat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c
index b30f4251ee3..ed3580163e1 100644
--- a/gdb/windows-nat.c
+++ b/gdb/windows-nat.c
@@ -311,6 +311,7 @@ thread_rec (DWORD id, int get_context)
if (SuspendThread (th->h) == (DWORD) -1)
{
DWORD err = GetLastError ();
+
warning (_("SuspendThread (tid=0x%x) failed."
" (winerr %u)"),
(unsigned) id, (unsigned) err);