beos: Add NULL so present_cookies is filled

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2020-05-23 20:58:42 +01:00
parent a4e9f41948
commit 33fe0faab6
No known key found for this signature in database
GPG Key ID: C30DF439F2987D74
1 changed files with 1 additions and 0 deletions

View File

@ -997,6 +997,7 @@ static struct gui_misc_table beos_misc_table = {
gui_launch_url,
NULL, //401login
NULL, // pdf_password (if we have Haru support)
NULL, // present_cookies
};