From a54c9ddecb15d275ae0003b7561a5666cb4216d6 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 18 Jul 2002 18:18:17 +0000 Subject: [PATCH] Fixed a typo. svn path=/trunk/; revision=3258 --- reactos/include/wine/debugtools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/wine/debugtools.h b/reactos/include/wine/debugtools.h index 7abbf01e71c..a1146a8c66e 100644 --- a/reactos/include/wine/debugtools.h +++ b/reactos/include/wine/debugtools.h @@ -11,7 +11,7 @@ #include -#endif __NTDLL__ +#endif /* __NTDLL__ */ struct _GUID;