summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 98c362f95..cb8243934 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -104,7 +104,7 @@ std::string User::ProcessNoticeMasks(const char *sm)
break;
}
- *c++;
+ c++;
}
std::string s = this->FormatNoticeMasks();