diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-15 13:16:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-15 13:16:46 +0000 |
commit | 80d0910aafedcb860aad11995aab0dc0ca3d7585 (patch) | |
tree | 791175ca80a5b1aa873c248a325263a01dd76698 /plugins/Scriver | |
parent | 0bc5a39c53b1422b980f210c1d418fcfde5b14ad (diff) |
added check for wrong splitter coordinates
git-svn-id: http://svn.miranda-ng.org/main/trunk@7665 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver')
-rw-r--r-- | plugins/Scriver/src/chat/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Scriver/src/chat/main.cpp b/plugins/Scriver/src/chat/main.cpp index 160683beab..9973b86497 100644 --- a/plugins/Scriver/src/chat/main.cpp +++ b/plugins/Scriver/src/chat/main.cpp @@ -96,11 +96,9 @@ int Chat_ModulesLoaded(WPARAM wParam,LPARAM lParam) void LoadIcons(void)
{
LoadMsgLogBitmaps();
- return ;
}
void FreeIcons(void)
{
FreeMsgLogBitmaps();
- return;
}
|