summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-09-21 20:20:49 +0200
committerOle Loots <ole@monochrom.net>2013-09-21 20:20:49 +0200
commit4426e8a9eaa2fd180e88123f750e74ecb8b77625 (patch)
treeb49c007fc41665c4839ded6d91edbef495765451 /atari/toolbar.c
parentff1f5a5fafd92baf239991043c28935a669765f7 (diff)
downloadnetsurf-4426e8a9eaa2fd180e88123f750e74ecb8b77625.tar.gz
netsurf-4426e8a9eaa2fd180e88123f750e74ecb8b77625.tar.bz2
Added SSL Cert Inspector Window
(based on treeview API)
Diffstat (limited to 'atari/toolbar.c')
-rw-r--r--atari/toolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/toolbar.c b/atari/toolbar.c
index 6c08428a1..4a63787ec 100644
--- a/atari/toolbar.c
+++ b/atari/toolbar.c
@@ -281,7 +281,7 @@ struct s_toolbar *toolbar_create(struct s_gui_win_root *owner)
assert(init == true);
- t = calloc(sizeof(struct s_toolbar), 1);
+ t = calloc(1, sizeof(struct s_toolbar));
assert(t);