From: Julian Smart Date: Tue, 17 Dec 2002 11:51:29 +0000 (+0000) Subject: Missing semicolon X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fbb2b01c2cef520bd91af451d8d18e4219b0a0c6 Missing semicolon git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index 7c16fec3fe..ee22bc1b48 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -876,7 +876,7 @@ bool wxSafeYield(wxWindow *win, bool onlyIfNeeded) { wxWindowDisabler wd(win); - bool rc + bool rc; if (onlyIfNeeded) rc = wxYieldIfNeeded(); else