diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-16 11:21:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-16 11:21:58 (GMT) |
commit | ad8887b04e66ed22e5d93c1143f7cbafba071722 (patch) | |
tree | d0d36f7e86dc3aed9b7f5ae03ea93d79ea41f528 | |
parent | ccf3025bc37820c0ddf12cca5197f374e156324d (diff) | |
parent | ba983af978b8a50b61dd8dbebf32bdeed71a9837 (diff) | |
download | tcl-ad8887b04e66ed22e5d93c1143f7cbafba071722.zip tcl-ad8887b04e66ed22e5d93c1143f7cbafba071722.tar.gz tcl-ad8887b04e66ed22e5d93c1143f7cbafba071722.tar.bz2 |
merge trunk
-rw-r--r-- | win/tclWinInit.c | 10 | ||||
-rw-r--r-- | win/tclWinSock.c | 2 |
2 files changed, 6 insertions, 6 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 /* diff --git a/win/tclWinSock.c b/win/tclWinSock.c index 857a2b3..e4fc9a4 100644 --- a/win/tclWinSock.c +++ b/win/tclWinSock.c @@ -2414,7 +2414,7 @@ SocketThread( * * Side effects: * The flags for the given socket are updated to reflect the event that - * occured. + * occurred. * *---------------------------------------------------------------------- */ |