No changes, just fix typo in a comment following an #endif.

The closing comment used wrong symbol.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-10-18 21:56:29 +00:00
parent d5363c04ac
commit b9ca72aa7b

View File

@@ -974,7 +974,7 @@
# else
# define wxUSE_RICHMSGDLG 0
# endif
#endif /* !defined(wxUSE_RIBBON) */
#endif /* !defined(wxUSE_RICHMSGDLG) */
#ifndef wxUSE_SASH
# ifdef wxABORT_ON_CONFIG_ERROR