From 5ee8d49877af34a806483b010fd06e399de91e79 Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Tue, 10 Oct 2006 05:53:24 +0000 Subject: [PATCH] comment typo --- src/hacklib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacklib.c b/src/hacklib.c index 32dc989a5..6b599822f 100644 --- a/src/hacklib.c +++ b/src/hacklib.c @@ -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