summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-10 09:20:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-10 09:20:36 (GMT)
commit8cca8f728893dae5f606e95672a5c6c752b295fe (patch)
tree8649fb819161058527993acef2ba2152e59f48a7 /win/tkWinWm.c
parent00b8a9b7dca2e057f57acf088bb0792edc77769a (diff)
parent0e5885d7fab885a2ef6ee3d709a6745b0bf585fb (diff)
downloadtk-8cca8f728893dae5f606e95672a5c6c752b295fe.zip
tk-8cca8f728893dae5f606e95672a5c6c752b295fe.tar.gz
tk-8cca8f728893dae5f606e95672a5c6c752b295fe.tar.bz2
Merge 8.6
Diffstat (limited to 'win/tkWinWm.c')
-rw-r--r--win/tkWinWm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinWm.c b/win/tkWinWm.c
index d7ac13a..9d3902a 100644
--- a/win/tkWinWm.c
+++ b/win/tkWinWm.c
@@ -57,7 +57,7 @@ typedef struct ProtocolHandler {
/* Next in list of protocol handlers for the
* same top-level window, or NULL for end of
* list. */
- Tcl_Interp *interp; /* Interpreter in which to invoke command. */
+ Tcl_Interp *interp; /* Interpreter in which to invoke command. */
char command[1]; /* Tcl command to invoke when a client message
* for this protocol arrives. The actual size
* of the structure varies to accommodate the