diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-08-31 20:36:18 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-08-31 20:36:18 +0000 |
commit | 0ed4c703d7de168e5f59c84cb7d447a42e27877e (patch) | |
tree | 20360ca25e42d4fd29e26ddbeeda5a46cb7a684e /plugins/Toaster/src/main.cpp | |
parent | 9f87be3ed2ddf7db63e7b5d554df84122e2b21bb (diff) |
Toaster: code cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@15131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster/src/main.cpp')
-rw-r--r-- | plugins/Toaster/src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Toaster/src/main.cpp b/plugins/Toaster/src/main.cpp index 7307451ba8..ac60b0a8b2 100644 --- a/plugins/Toaster/src/main.cpp +++ b/plugins/Toaster/src/main.cpp @@ -70,7 +70,8 @@ extern "C" int __declspec(dllexport) Unload(void) FOF_NOERRORUI | FOF_SILENT | FOF_NOCONFIRMATION,
false,
0,
- _T("") };
+ _T("")
+ };
SHFileOperation(&file_op);
return 0;
}
|