summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tkInitScript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInitScript.h b/generic/tkInitScript.h
index 8087cef..82d36a4 100644
--- a/generic/tkInitScript.h
+++ b/generic/tkInitScript.h
@@ -50,7 +50,7 @@ static char initScript[] = "if {[info 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\
}\n\
tkInit";