summaryrefslogtreecommitdiff
path: root/frontends/windows/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/windows/hotlist.c')
-rw-r--r--frontends/windows/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/windows/hotlist.c b/frontends/windows/hotlist.c
index 07804fee2..0efe76f79 100644
--- a/frontends/windows/hotlist.c
+++ b/frontends/windows/hotlist.c
@@ -184,7 +184,7 @@ nserror nsw32_hotlist_finalise(void)
return NSERROR_OK;
}
- res = hotlist_fini(nsoption_charp(hotlist_path));
+ res = hotlist_fini();
if (res == NSERROR_OK) {
res = nsw32_corewindow_fini(&hotlist_window->core);
DestroyWindow(hotlist_window->core.hWnd);