From 17c5ed073c3b278a8a2fc56502952ac5ac1f0c42 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 16 Apr 2010 17:28:44 -0400 Subject: [PATCH] fix typo --- src/wxwindow/src/msw/wx_cmdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wxwindow/src/msw/wx_cmdlg.cxx b/src/wxwindow/src/msw/wx_cmdlg.cxx index 7001809285..b5b85d495f 100644 --- a/src/wxwindow/src/msw/wx_cmdlg.cxx +++ b/src/wxwindow/src/msw/wx_cmdlg.cxx @@ -233,7 +233,7 @@ static BOOL DoGetDir(BROWSEINFOW *b, HWND parent) } #ifdef MZ_PRECISE_GC -START_XFORM_SKIP; +END_XFORM_SKIP; #endif static int set_init_dir;