diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-04 13:48:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-04 13:48:27 (GMT) |
commit | c9a4feac80c108baf9fd47827b3cdb3820c92b27 (patch) | |
tree | 36b11197ae5e37c8bfe606cb5a8d69ba6dabe625 | |
parent | 122aea19fda08fc39995b894838c040cb6d96114 (diff) | |
download | tk-c9a4feac80c108baf9fd47827b3cdb3820c92b27.zip tk-c9a4feac80c108baf9fd47827b3cdb3820c92b27.tar.gz tk-c9a4feac80c108baf9fd47827b3cdb3820c92b27.tar.bz2 |
typo
-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) { |