summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorashok <ashok>2016-05-12 05:37:59 (GMT)
committerashok <ashok>2016-05-12 05:37:59 (GMT)
commitab67479aa5db8b003ff4f7f1adcd73fac573e3eb (patch)
tree7b1d142447b39d547b8d8b4ab62e64e44651b53b /win
parent2f3688a7e8fa7418679daffc1e6127e5fec29879 (diff)
downloadtk-ab67479aa5db8b003ff4f7f1adcd73fac573e3eb.zip
tk-ab67479aa5db8b003ff4f7f1adcd73fac573e3eb.tar.gz
tk-ab67479aa5db8b003ff4f7f1adcd73fac573e3eb.tar.bz2
Fix prototype warning from prev checkin
Diffstat (limited to 'win')
-rw-r--r--win/tkWinDialog.c2
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