summaryrefslogtreecommitdiff
path: root/tk/generic/tkInitScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'tk/generic/tkInitScript.h')
-rw-r--r--tk/generic/tkInitScript.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/tk/generic/tkInitScript.h b/tk/generic/tkInitScript.h
index 0ff30077918..e64c1436be3 100644
--- a/tk/generic/tkInitScript.h
+++ b/tk/generic/tkInitScript.h
@@ -48,12 +48,11 @@
*/
static char initScript[] = "if {[info proc tkInit]==\"\"} {\n\
- proc tkInit {} {\n\
- global tk_library tk_version tk_patchLevel\n\
- rename tkInit {}\n\
- tcl_findLibrary tk $tk_version $tk_patchLevel tk.tcl TK_LIBRARY tk_library\n\
-}\n\
+ proc tkInit {} {\n\
+ global tk_library tk_version tk_patchLevel\n\
+ rename tkInit {}\n\
+ tcl_findLibrary tk $tk_version $tk_patchLevel tk.tcl TK_LIBRARY tk_library\n\
+ }\n\
}\n\
tkInit";
-