summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
Diffstat (limited to 'frontends')
-rw-r--r--frontends/atari/gui.c4
1 files changed, 3 insertions, 1 deletions
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