diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-04-16 11:20:54 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-04-16 11:20:54 (GMT) |
| commit | d18594e3e256a6f81df66c5562b1c4d3fac0111c (patch) | |
| tree | 786468d9876d90fd6815b063eeb2cf63e483bca6 /win/tclWinInit.c | |
| parent | e20bfcc72e97b4f8fe8a51d67f10571edccf6ab6 (diff) | |
| download | tcl-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.c | 10 |
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 /* |
