summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/autoreplace.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-12 18:28:12 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-12 18:28:12 +0000
commit02899659835bd6352f42a90a344b1de896f6a6a8 (patch)
tree7180775a9005a3f10d7f208129c3f831c558917a /plugins/SpellChecker/src/autoreplace.cpp
parent4e02f499326971bce39ee041f336043431ad3913 (diff)
SpellChecker: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/src/autoreplace.cpp')
-rw-r--r--plugins/SpellChecker/src/autoreplace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SpellChecker/src/autoreplace.cpp b/plugins/SpellChecker/src/autoreplace.cpp
index a3a8425844..c22a1fe5aa 100644
--- a/plugins/SpellChecker/src/autoreplace.cpp
+++ b/plugins/SpellChecker/src/autoreplace.cpp
@@ -14,7 +14,7 @@ Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this file; see the file license.txt. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+Boston, MA 02111-1307, USA.
*/
#include "commons.h"
@@ -52,7 +52,7 @@ void AutoReplaceMap::loadAutoReplaceMap()
tmp[pos] = '\0';
// Get from
- BOOL useVars;
+ BOOL useVars = false;
char *p;
if ((p = strstr(tmp, "->")) != NULL) {
*p = '\0';