]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed mismatched curley brace
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 18 Jul 2001 20:47:23 +0000 (20:47 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 18 Jul 2001 20:47:23 +0000 (20:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/app.tex

index f662fd4048dc601c76afea301fe4fc1eb734d8e3..386f8530f628ba5234a4e2f620e3cd76550f44bb 100644 (file)
@@ -231,7 +231,7 @@ Returns 0 under X, and the wParam of the WM\_QUIT message under Windows.
 
 This function is called when an assert failure occurs, i.e. the condition
 specified in \helpref{wxASSERT}{wxassert} macro evaluated to {\tt FALSE}.
 
 This function is called when an assert failure occurs, i.e. the condition
 specified in \helpref{wxASSERT}{wxassert} macro evaluated to {\tt FALSE}.
-It is only called in debug mode (when {\tt \_\_WXDEBUG\_\_| is defined) as
+It is only called in debug mode (when {\tt \_\_WXDEBUG\_\_} is defined) as
 asserts are not left in the release code at all.
 
 The base class version show the default assert failure dialog box proposing to
 asserts are not left in the release code at all.
 
 The base class version show the default assert failure dialog box proposing to