From 99b55eb07888b8da1ce16c7501d75debc611a135 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 26 May 1998 15:04:03 +0000 Subject: [PATCH] added "\n" at the end of file to silent egcs warnings git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/debug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/debug.h b/include/wx/debug.h index 029790e47d..fb5b48dadc 100644 --- a/include/wx/debug.h +++ b/include/wx/debug.h @@ -91,4 +91,5 @@ //@} -#endif // __DEBUGH__ \ No newline at end of file +#endif // __DEBUGH__ +