summaryrefslogtreecommitdiff
path: root/framebuffer
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer')
-rw-r--r--framebuffer/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 180c2614e..0ee60c944 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -1896,10 +1896,11 @@ gui_window_set_pointer(struct gui_window *g, gui_pointer_shape shape)
}
}
-static void
+static nserror
gui_window_set_url(struct gui_window *g, const char *url)
{
fbtk_set_text(g->url, url);
+ return NSERROR_OK;
}
static void