Fixed a typo in previous checkin.

This commit is contained in:
srinivas%netscape.com 1998-11-19 23:09:01 +00:00
parent 3df666ca4a
commit e9f60b7585

View File

@ -58,7 +58,6 @@ int main(int argc, char **argv)
#elif defined(WIN32)
__int64 now;
long long now;
struct timeb b;
ftime(&b);
now = b.time;