diff options
Diffstat (limited to 'win')
-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 dda86a1..382c454 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -621,7 +621,7 @@ GetFileNameW(clientData, interp, objc, objv, open) valuePtr = objv[i + 1]; if (Tcl_GetIndexFromObjStruct(interp, optionPtr, options, - sizeof(struct Option), "option", 0, &index) != TCL_OK) { + sizeof(struct Options), "option", 0, &index) != TCL_OK) { goto end; } if (i + 1 == objc) { |