diff options
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r-- | src/uicmd.cc | 2 |
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; |