diff options
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 8b61ab684..4e18a0dea 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -400,7 +400,7 @@ XLine* XLineManager::MatchesLine(const std::string &type, const std::string &pat const time_t current = ServerInstance->Time(); - LookupIter safei; + LookupIter safei; for (LookupIter i = x->second.begin(); i != x->second.end(); ) { |