diff options
author | ashok <ashok> | 2016-05-12 05:37:59 (GMT) |
---|---|---|
committer | ashok <ashok> | 2016-05-12 05:37:59 (GMT) |
commit | ab67479aa5db8b003ff4f7f1adcd73fac573e3eb (patch) | |
tree | 7b1d142447b39d547b8d8b4ab62e64e44651b53b /win/tkWinDialog.c | |
parent | 2f3688a7e8fa7418679daffc1e6127e5fec29879 (diff) | |
download | tk-ab67479aa5db8b003ff4f7f1adcd73fac573e3eb.zip tk-ab67479aa5db8b003ff4f7f1adcd73fac573e3eb.tar.gz tk-ab67479aa5db8b003ff4f7f1adcd73fac573e3eb.tar.bz2 |
Fix prototype warning from prev checkin
Diffstat (limited to 'win/tkWinDialog.c')
-rw-r--r-- | win/tkWinDialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c index 1ee1e4a..64b3eac 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -1427,7 +1427,7 @@ static int GetFileNameVista(Tcl_Interp *interp, OFNOpts *optsPtr, oldMode = Tcl_SetServiceMode(TCL_SERVICE_ALL); hr = fdlgIf->lpVtbl->Show(fdlgIf, hWnd); Tcl_SetServiceMode(oldMode); - EatSpuriousMessageBugFix(interp); + EatSpuriousMessageBugFix(); /* * Ensure that hWnd is enabled, because it can happen that we have updated |