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.
This commit is contained in:
parent
2ed3e00940
commit
2212802810
@ -1,3 +1,8 @@
|
||||
2013-06-11 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* window-nat.c (thread_rec): Add missing empty line after
|
||||
local variable declaration.
|
||||
|
||||
2013-06-11 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* windows-nat.c (thread_rec): Revert format used to print
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user