summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/SRC/clistopts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_nicer/SRC/clistopts.cpp')
-rw-r--r--plugins/Clist_nicer/SRC/clistopts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/SRC/clistopts.cpp b/plugins/Clist_nicer/SRC/clistopts.cpp
index 520c9ceb49..338886fce9 100644
--- a/plugins/Clist_nicer/SRC/clistopts.cpp
+++ b/plugins/Clist_nicer/SRC/clistopts.cpp
@@ -154,7 +154,7 @@ INT_PTR CALLBACK DlgProcGenOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP
case 0:
switch (((LPNMHDR) lParam)->code) {
case PSN_APPLY:
- if(!opt_gen_opts_changed)
+ if (!opt_gen_opts_changed)
return TRUE;
cfg::writeByte("CList", "HideOffline", (BYTE) IsDlgButtonChecked(hwndDlg, IDC_HIDEOFFLINE));