diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-07 16:48:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-07 16:48:08 +0300 |
commit | 92adecd638db5510fc8e258a519b2f4a225c4573 (patch) | |
tree | fb7a089785ab5161b51942160a2ef2182f41646b /plugins/IEView/src/ieview_services.cpp | |
parent | 09c998451798561b15e2b7a58d4d77446a238b5c (diff) |
fixes #3385 (IEView: crash on filetransfer open)
Diffstat (limited to 'plugins/IEView/src/ieview_services.cpp')
-rw-r--r-- | plugins/IEView/src/ieview_services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/ieview_services.cpp b/plugins/IEView/src/ieview_services.cpp index e53eda024d..e6000fe8c8 100644 --- a/plugins/IEView/src/ieview_services.cpp +++ b/plugins/IEView/src/ieview_services.cpp @@ -104,4 +104,4 @@ INT_PTR ReloadOptions(WPARAM, LPARAM) {
Options::reload();
return 0;
-}
\ No newline at end of file +}
|