summaryrefslogtreecommitdiff
path: root/riscos/sslcert.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/sslcert.c')
-rw-r--r--riscos/sslcert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/sslcert.c b/riscos/sslcert.c
index f2af924a0..f4e4f48b1 100644
--- a/riscos/sslcert.c
+++ b/riscos/sslcert.c
@@ -149,8 +149,8 @@ void gui_cert_verify(const char *url,
/* Create the SSL data and build a tree from it. */
- sslcert_window->tv = ro_treeview_create(sslcert_window->pane, NULL,
- sslcert_get_tree_flags());
+ sslcert_window->tv = ro_treeview_create(sslcert_window->pane,
+ NULL, NULL, sslcert_get_tree_flags());
if (sslcert_window->tv == NULL) {
LOG(("Failed to allocate treeview"));
free(sslcert_window);