comment typo

This commit is contained in:
nethack.rankin
2006-10-10 05:53:24 +00:00
parent 35920f24d5
commit 5ee8d49877

View File

@@ -467,7 +467,7 @@ STATIC_DCL struct tm *NDECL(getlt);
void
setrandom()
{
time_t now = getnow(); /* time((TYPE_type) 0) */
time_t now = getnow(); /* time((TIME_type) 0) */
/* the types are different enough here that sweeping the different
* routine names into one via #defines is even more confusing