From: Vadim Zeitlin Date: Tue, 26 May 1998 15:04:03 +0000 (+0000) Subject: added "\n" at the end of file to silent egcs warnings X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/99b55eb07888b8da1ce16c7501d75debc611a135?ds=inline 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 --- 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__ +