summaryrefslogtreecommitdiff
path: root/gdb/windows-nat.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2013-05-20 10:27:26 +0000
committerJoel Brobecker <brobecker@gnat.com>2013-05-20 10:27:26 +0000
commit5aee30367e9dfb9af9b3b461d91eb640ed2c94ea (patch)
treec785f4a11624598b54c69e23be0c23d962b388cb /gdb/windows-nat.c
parent452e29236ed5bf99404ecd3531df85a058a12ff5 (diff)
downloadgdb-5aee30367e9dfb9af9b3b461d91eb640ed2c94ea.tar.gz
Add missing empty line after var declarations in handle_unload_dll
gdb/ChangeLog: * windows-nat.c (handle_unload_dll): Add missing empty line.
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 7eec2cfed61..41c1701c25c 100644
--- a/gdb/windows-nat.c
+++ b/gdb/windows-nat.c
@@ -884,6 +884,7 @@ handle_unload_dll (void *dummy)
if (so->next->lm_info->load_addr == lpBaseOfDll)
{
struct so_list *sodel = so->next;
+
so->next = sodel->next;
if (!so->next)
solib_end = so;