From 00f1a250003100792749977aad4686b593d2779c Mon Sep 17 00:00:00 2001 From: evomarc Date: Mon, 3 Dec 2001 06:53:52 +0000 Subject: [PATCH] Removed the trailing comment after #endif (Warning in MSVC) --- eo/src/eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/eo b/eo/src/eo index cdab6e9d..9839c1ad 100644 --- a/eo/src/eo +++ b/eo/src/eo @@ -124,7 +124,7 @@ //----------------------------------------------------------------------------- -#endif _eo_ +#endif // Local Variables: // mode: C++