summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-15 20:01:49 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-15 20:01:49 +0000
commit9e814fd0f0f03584debb43b6d8acf144bd8675a2 (patch)
tree70b0c5baae987e138e537b7430621cafb94bb065 /frontends/amiga/gui.c
parentb78d6f458e5d5cb9c78d7430aacf10abd227eb32 (diff)
downloadnetsurf-9e814fd0f0f03584debb43b6d8acf144bd8675a2.tar.gz
netsurf-9e814fd0f0f03584debb43b6d8acf144bd8675a2.tar.bz2
minor menu fixes
Diffstat (limited to 'frontends/amiga/gui.c')
-rw-r--r--frontends/amiga/gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index c6ca886f7..b2a489e72 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -3335,8 +3335,7 @@ void ami_gui_hotlist_update_all(void)
nnode=(struct nsObject *)GetSucc((struct Node *)node);
gwin = node->objstruct;
- if(node->Type == AMINS_WINDOW)
- {
+ if(node->Type == AMINS_WINDOW) {
ami_gui_hotlist_toolbar_update(gwin);
}
} while((node = nnode));