mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Fixed a typo.
svn path=/trunk/; revision=604
This commit is contained in:
@@ -93,7 +93,7 @@ VOID InitLocale (VOID)
|
||||
#endif
|
||||
|
||||
#ifdef LOCALE_DEFAULT
|
||||
LPTSTR names [7] = {_T("Son"), _T("Mon"), _T("Tue"), _T("Wed"), _T("Thu"), _T("Fri"), _T("Sat")};
|
||||
LPTSTR names [7] = {_T("Sun"), _T("Mon"), _T("Tue"), _T("Wed"), _T("Thu"), _T("Fri"), _T("Sat")};
|
||||
INT i;
|
||||
|
||||
/* date settings */
|
||||
|
||||
+1
-1
@@ -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."));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user