From ab67479aa5db8b003ff4f7f1adcd73fac573e3eb Mon Sep 17 00:00:00 2001 From: ashok Date: Thu, 12 May 2016 05:37:59 +0000 Subject: Fix prototype warning from prev checkin --- win/tkWinDialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12