summaryrefslogtreecommitdiffstats
path: root/win/tclWinInit.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2014-04-16 11:20:54 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2014-04-16 11:20:54 (GMT)
commitd18594e3e256a6f81df66c5562b1c4d3fac0111c (patch)
tree786468d9876d90fd6815b063eeb2cf63e483bca6 /win/tclWinInit.c
parente20bfcc72e97b4f8fe8a51d67f10571edccf6ab6 (diff)
downloadtcl-d18594e3e256a6f81df66c5562b1c4d3fac0111c.zip
tcl-d18594e3e256a6f81df66c5562b1c4d3fac0111c.tar.gz
tcl-d18594e3e256a6f81df66c5562b1c4d3fac0111c.tar.bz2
Remove unused variable, don't use deprecated function, some formatting.
Diffstat (limited to 'win/tclWinInit.c')
-rw-r--r--win/tclWinInit.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/win/tclWinInit.c b/win/tclWinInit.c
index d90d57a..8b600f6 100644
--- a/win/tclWinInit.c
+++ b/win/tclWinInit.c
@@ -135,11 +135,11 @@ TclpInitPlatform(void)
tclPlatform = TCL_PLATFORM_WINDOWS;
- /*
- * Initialize the winsock library. On Windows XP and higher this
- * can never fail.
- */
- WSAStartup(wVersionRequested, &wsaData);
+ /*
+ * Initialize the winsock library. On Windows XP and higher this
+ * can never fail.
+ */
+ WSAStartup(wVersionRequested, &wsaData);
#ifdef STATIC_BUILD
/*