summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-12 20:53:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-12 20:53:03 (GMT)
commit52851e9190245e5fbb927f900ac12ae9caabcb25 (patch)
treee1c1477c21f79c1d732a6d15a9c388b13a050cbe /win
parente1b95054d8ec831f74895b3d44a122e521ca8b70 (diff)
parentdc5fd57af1acb8c27308738e71ddf2a1c059221b (diff)
downloadtk-52851e9190245e5fbb927f900ac12ae9caabcb25.zip
tk-52851e9190245e5fbb927f900ac12ae9caabcb25.tar.gz
tk-52851e9190245e5fbb927f900ac12ae9caabcb25.tar.bz2
Merge 8.7
Diffstat (limited to 'win')
-rw-r--r--win/winMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/winMain.c b/win/winMain.c
index 7f4ab28..e1191d8 100644
--- a/win/winMain.c
+++ b/win/winMain.c
@@ -24,7 +24,7 @@
*
* So ... tkAppInit.c should not be compiled with USE_TCL_STUBS
* (unless you want to use the TIP #596 functionality)
- *
+ *
* The proper solution is to make sure that Makefile.in doesn't use
* TCL_USE_STUBS when compiling tkAppInit.c. But that's a
* quite big re-organization just before a b1 release. Simpler