Fixed a typo.

svn path=/trunk/; revision=604
This commit is contained in:
Eric Kohl 1999-07-24 17:16:32 +00:00
parent b9a38fb83d
commit 0063a30376
2 changed files with 2 additions and 2 deletions

View file

@ -238,7 +238,7 @@ INT cmd_time (LPTSTR cmd, LPTSTR param)
}
/* force input the next time around. */
nTimeString == -1;
nTimeString = -1;
}
ConErrPuts (_T("Invalid time."));
}