1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 08:26:45 +02:00
This commit is contained in:
Jfreegman
2013-11-14 19:34:40 -05:00
parent ee509a7cec
commit a0eac6a136
2 changed files with 3 additions and 3 deletions

View File

@ -105,4 +105,4 @@ char *wc_to_char(wchar_t ch)
bool timed_out(uint64_t timestamp, uint64_t curtime, uint64_t timeout)
{
return timestamp + timeout <= curtime;
}
}