mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:45:53 +00:00
Fixed a typo.
svn path=/trunk/; revision=604
This commit is contained in:
parent
b9a38fb83d
commit
0063a30376
2 changed files with 2 additions and 2 deletions
|
@ -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."));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue