From af9693f4da9956b9d7239cd8fe78cfaedb5559c5 Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Fri, 8 Dec 2000 22:09:17 +0000 Subject: [PATCH] Fixed typo. svn path=/trunk/; revision=1459 --- reactos/include/crtdll/string.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/include/crtdll/string.h b/reactos/include/crtdll/string.h index ad670e8a2ad..d18b4de88aa 100644 --- a/reactos/include/crtdll/string.h +++ b/reactos/include/crtdll/string.h @@ -18,9 +18,9 @@ * DISCLAMED. This includes but is not limited to warranties of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * - * $Revision: 1.3 $ - * $Author: ariadne $ - * $Date: 1999/04/14 07:10:15 $ + * $Revision: 1.4 $ + * $Author: chorns $ + * $Date: 2000/12/08 22:09:17 $ * */ /* Appropriated for Reactos Crtdll by Ariadne */ @@ -188,5 +188,5 @@ wchar_t* wcsupr (wchar_t* wsToConvert); #endif #ifdef __cplusplus -extern "C" } +}; /* extern "c" */ #endif \ No newline at end of file