]> jfr.im git - irc/gameservirc.git/commitdiff
fixed a typo
authorkainazzzo <redacted>
Thu, 25 Jan 2007 20:39:09 +0000 (20:39 +0000)
committerkainazzzo <redacted>
Thu, 25 Jan 2007 20:39:09 +0000 (20:39 +0000)
git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@486 bc333340-6410-0410-a689-9d09f3c113fa

gameserv/boolean.cpp

index e3c4e90b7c88388d2e4fe02d4dd4a4ac0d9db844..dd3ea4fd30e7a493587d4b9d0bbd7ca892d119e2 100755 (executable)
@@ -179,7 +179,7 @@ bool timedOut(Player *p)
    if (!p)
       return false;
    else if (p->lastcommand == 0)
-      eturn false;
+      return false;
    else
    {
       if ((time(NULL) - p->lastcommand) >= maxidletime)