summaryrefslogtreecommitdiffstats
path: root/win/tclWinLoad.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-10-12 15:20:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-10-12 15:20:42 (GMT)
commite7582d10c6c53ea496551d815b3fb83bf984fd02 (patch)
treeb05139379a3ec0d70603ba676950621aa6aa2e5d /win/tclWinLoad.c
parent5064777d1680c3ee168b4f474ba7d06d24458184 (diff)
downloadtcl-e7582d10c6c53ea496551d815b3fb83bf984fd02.zip
tcl-e7582d10c6c53ea496551d815b3fb83bf984fd02.tar.gz
tcl-e7582d10c6c53ea496551d815b3fb83bf984fd02.tar.bz2
Eliminate variable which is only used once. And a minor end-of-line space reduction. No functional change.
Diffstat (limited to 'win/tclWinLoad.c')
-rw-r--r--win/tclWinLoad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinLoad.c b/win/tclWinLoad.c
index 3ad6328..27eb8f3 100644
--- a/win/tclWinLoad.c
+++ b/win/tclWinLoad.c
@@ -85,7 +85,7 @@ TclpDlopen(
Tcl_DString ds;
- /*
+ /*
* Remember the first error on load attempt to be used if the
* second load attempt below also fails.
*/