diff options
-rw-r--r-- | src/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer.cpp b/src/timer.cpp index ae345edc0..14e612168 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -51,7 +51,7 @@ void TickTimers(time_t TIME) { timergroup* x = found->second; /* - * There are pending timers to trigger :o + * There are pending timers to trigger */ for (timergroup::iterator y = x->begin(); y != x->end(); y++) { |