From f81fc0472293ecdb6197df2ca7a64893f9694179 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 21 Sep 2013 20:20:49 +0200 Subject: Added SSL Cert Inspector Window (based on treeview API) --- atari/toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atari/toolbar.c') 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); -- cgit v1.2.3