From c9a4feac80c108baf9fd47827b3cdb3820c92b27 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 4 Jul 2012 13:48:27 +0000 Subject: typo --- win/tkWinDialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v0.12