From 423b04d4069c013733aa99f06bf9a5beefd552fd Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 15 Aug 2018 08:41:03 +0100 Subject: Atari: gui_401login_open returns nserror now. --- frontends/atari/gui.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'frontends') diff --git a/frontends/atari/gui.c b/frontends/atari/gui.c index 498cf5a97..374220b5d 100644 --- a/frontends/atari/gui.c +++ b/frontends/atari/gui.c @@ -766,7 +766,7 @@ static void gui_set_clipboard(const char *buffer, size_t length, } } -static void gui_401login_open(nsurl *url, const char *realm, +static nserror gui_401login_open(nsurl *url, const char *realm, const char *username, const char *password, nserror (*cb)(const char *username, const char *password, @@ -791,6 +791,8 @@ static void gui_401login_open(nsurl *url, const char *realm, if (p_out != NULL) { free(p_out); } + + return NSERROR_OK; } static nserror -- cgit v1.2.3