diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-14 02:11:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-14 02:11:55 +0300 |
commit | 06dccbaa3d581aa3790ecc1d7b9c2385e16c9c20 (patch) | |
tree | c884e11767b57bfaffd0643324d146dbdfe16a8b /src/spellshortcut.cpp | |
parent | c0a5fffb45f849e224750f27fa8c3be5ac447ad6 (diff) | |
download | plus-06dccbaa3d581aa3790ecc1d7b9c2385e16c9c20.tar.gz plus-06dccbaa3d581aa3790ecc1d7b9c2385e16c9c20.tar.bz2 plus-06dccbaa3d581aa3790ecc1d7b9c2385e16c9c20.tar.xz plus-06dccbaa3d581aa3790ecc1d7b9c2385e16c9c20.zip |
Add more checks and some code cleanups.
Diffstat (limited to 'src/spellshortcut.cpp')
-rw-r--r-- | src/spellshortcut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spellshortcut.cpp b/src/spellshortcut.cpp index 2c5bd253d..67171524c 100644 --- a/src/spellshortcut.cpp +++ b/src/spellshortcut.cpp @@ -72,4 +72,4 @@ void SpellShortcut::load() unsigned int SpellShortcut::getSpellsCount() const { return SPELL_SHORTCUT_ITEMS; -}
\ No newline at end of file +} |