mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixed typo.
svn path=/trunk/; revision=1459
This commit is contained in:
parent
d3f5f7862f
commit
af9693f4da
1 changed files with 4 additions and 4 deletions
|
@ -18,9 +18,9 @@
|
||||||
* DISCLAMED. This includes but is not limited to warranties of
|
* DISCLAMED. This includes but is not limited to warranties of
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
*
|
*
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
* $Author: ariadne $
|
* $Author: chorns $
|
||||||
* $Date: 1999/04/14 07:10:15 $
|
* $Date: 2000/12/08 22:09:17 $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
/* Appropriated for Reactos Crtdll by Ariadne */
|
/* Appropriated for Reactos Crtdll by Ariadne */
|
||||||
|
@ -188,5 +188,5 @@ wchar_t* wcsupr (wchar_t* wsToConvert);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" }
|
}; /* extern "c" */
|
||||||
#endif
|
#endif
|
Loading…
Reference in a new issue