diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 17:42:39 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 17:42:39 +0000 |
commit | f942a0a8f658c92c2597272d0af5e8d364426a3b (patch) | |
tree | bca3489c893e353d3fad2cafa335f6eaf583d918 /plugins/Dropbox/src/dropbox_icons.cpp | |
parent | d5f98458e06b9aee5522dc9475b5676e6fd14317 (diff) |
Dropbox: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11419 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox_icons.cpp')
-rw-r--r-- | plugins/Dropbox/src/dropbox_icons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox_icons.cpp b/plugins/Dropbox/src/dropbox_icons.cpp index 114643240c..5684fc9ed4 100644 --- a/plugins/Dropbox/src/dropbox_icons.cpp +++ b/plugins/Dropbox/src/dropbox_icons.cpp @@ -21,7 +21,7 @@ void CDropbox::InitializeIcons() MODULE,
"main");
- SKINICONDESC sid = {0};
+ SKINICONDESC sid = { 0 };
sid.cbSize = sizeof(SKINICONDESC);
sid.flags = SIDF_ALL_TCHAR;
sid.ptszDefaultFile = filePath;
|