diff options
author | ashok <ashok> | 2016-05-12 05:37:59 (GMT) |
---|---|---|
committer | ashok <ashok> | 2016-05-12 05:37:59 (GMT) |
commit | 0b86a97064fe91bef32ea77d1d6e3cb95818312c (patch) | |
tree | 7b1d142447b39d547b8d8b4ab62e64e44651b53b /win/tkWinDialog.c | |
parent | 0c4ee478b9b69358c5020ab5378d017e99d17292 (diff) | |
download | tk-0b86a97064fe91bef32ea77d1d6e3cb95818312c.zip tk-0b86a97064fe91bef32ea77d1d6e3cb95818312c.tar.gz tk-0b86a97064fe91bef32ea77d1d6e3cb95818312c.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 |