summaryrefslogtreecommitdiff
path: root/plugins/BasicHistory/src/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/BasicHistory/src/Options.h')
-rw-r--r--plugins/BasicHistory/src/Options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/BasicHistory/src/Options.h b/plugins/BasicHistory/src/Options.h
index 015c8734de..21a0976d9d 100644
--- a/plugins/BasicHistory/src/Options.h
+++ b/plugins/BasicHistory/src/Options.h
@@ -115,7 +115,7 @@ struct TaskOptions
deltaTime = 24;
orderNr = 0;
TCHAR buf[MAX_PATH];
- if(SUCCEEDED(SHGetFolderPath(NULL, CSIDL_PERSONAL, NULL, SHGFP_TYPE_CURRENT, buf)))
+ if (SUCCEEDED(SHGetFolderPath(NULL, CSIDL_PERSONAL, NULL, SHGFP_TYPE_CURRENT, buf)))
{
filePath = buf;
filePath += _T("\\");