diff options
Diffstat (limited to 'plugins/SmileyAdd/smileys.cpp')
-rw-r--r-- | plugins/SmileyAdd/smileys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/smileys.cpp b/plugins/SmileyAdd/smileys.cpp index 84dc16b6a9..f94eb70580 100644 --- a/plugins/SmileyAdd/smileys.cpp +++ b/plugins/SmileyAdd/smileys.cpp @@ -1125,7 +1125,7 @@ void SmileyLookup::find(const bkstring& str, SmileyLocVecType& smlcur, bool firs if (m_text.empty())
{
_TMatcher* matcher = m_pattern->createTMatcher(str);
- while( matcher->findNextMatch() )
+ while( matcher->findNextMatch())
{
bkstring::size_type st = matcher->getStartingIndex();
bkstring::size_type sz = matcher->getEndingIndex() - st;
|