summaryrefslogtreecommitdiff
path: root/protocols/IRCG/MString.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/MString.cpp')
-rw-r--r--protocols/IRCG/MString.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/MString.cpp b/protocols/IRCG/MString.cpp
index 45da9e4965..70016e427e 100644
--- a/protocols/IRCG/MString.cpp
+++ b/protocols/IRCG/MString.cpp
@@ -75,7 +75,7 @@ bool CMStringData::IsShared() const
void CMStringData::Lock()
{
nRefs--; // Locked buffers can't be shared, so no interlocked operation necessary
- if( nRefs == 0 )
+ if ( nRefs == 0 )
nRefs = -1;
}