From 59b1a8955142935b02af6446005ab47fc7c3fc8c Mon Sep 17 00:00:00 2001 From: om Date: Thu, 23 Feb 2006 20:47:01 +0000 Subject: [PATCH] Decide that it wasn't quite appropriate :( git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3314 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) { -- 2.39.5