summaryrefslogtreecommitdiff
path: root/plugins/Folders/src/services.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-08-07 12:45:52 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-08-07 12:45:52 +0000
commit2671bc88f72cf0c76f3d0a8a301e3e78a3567a34 (patch)
treec08cf14ab165f5f456a56b5aee27eab0d2ffeccb /plugins/Folders/src/services.cpp
parent52a0c6e6efb7014b87552097c13ceea6175ce377 (diff)
fix for options
git-svn-id: http://svn.miranda-ng.org/main/trunk@1390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Folders/src/services.cpp')
-rw-r--r--plugins/Folders/src/services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Folders/src/services.cpp b/plugins/Folders/src/services.cpp
index d62272301b..4ec1733b79 100644
--- a/plugins/Folders/src/services.cpp
+++ b/plugins/Folders/src/services.cpp
@@ -84,7 +84,7 @@ INT_PTR GetPathSizeService(WPARAM wParam, LPARAM lParam)
INT_PTR GetPathService(WPARAM wParam, LPARAM lParam)
{
FOLDERSGETDATA* data = (FOLDERSGETDATA *) lParam;
- if (data->cbSize != sizeof(FOLDERSGETDATA))
+ if (data->cbSize != sizeof (FOLDERSGETDATA))
return 1;
if (data->flags & FF_UNICODE)