X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fwindows-nat.c;h=fd8ce10c02f2ac490e63141ec7e0060192c6f0a7;hb=b37520b6265d8479f34d8ffa36ec1c88d4360734;hp=86f92423bbdb4110e5cddcb89b3295bddb1215e1;hpb=581e13c1888512fde1bd3ff9e46f1a3ec4c337d7;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 86f92423bb..fd8ce10c02 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -1289,7 +1289,7 @@ fake_create_process (void) open_process_used = 1; else { - error (_("OpenProcess call failed, GetLastError = %lud\n"), + error (_("OpenProcess call failed, GetLastError = %lud"), GetLastError ()); /* We can not debug anything in that case. */ }