summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index ce8f4eb28..d94511660 100644
--- a/include/users.h
+++ b/include/users.h
@@ -830,7 +830,7 @@ namespace irc
/** Sets of time and users in whowas list
*/
- typedef std::map<time_t, irc::string> whowas_users_fifo;
+ typedef std::map<time_t,irc::string> whowas_users_fifo;
/** Called every hour by the core to remove expired entries
*/