summaryrefslogtreecommitdiff
path: root/src/uicmd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r--src/uicmd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc
index 9918fe04..15907f47 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -294,7 +294,7 @@ void a_UIcmd_close_bw(void *vbw)
/*
* Close all the browser windows
*/
-void a_UIcmd_close_all_bw()
+void a_UIcmd_close_all_bw(void *)
{
BrowserWindow *bw;
int choice = 0;