diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2003-02-22 10:21:39 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2003-02-22 10:21:39 +0000 |
commit | f06b65e352263f2a3d388861e1c5bed6a925ce55 (patch) | |
tree | 5f999596a88c6f27190e00759133b3bc6bbbd0b3 /winsup/w32api/include/wsahelp.h | |
parent | dffcc5d324b0d2a4db3b813917b3fe777c9ad42d (diff) | |
download | cygnal-f06b65e352263f2a3d388861e1c5bed6a925ce55.tar.gz cygnal-f06b65e352263f2a3d388861e1c5bed6a925ce55.tar.bz2 cygnal-f06b65e352263f2a3d388861e1c5bed6a925ce55.zip |
* include/wsahelp.h: Remove ';' after closing
#ifdef __cplusplus brace.
* include/ws2spi.h: Likewise.
Diffstat (limited to 'winsup/w32api/include/wsahelp.h')
-rw-r--r-- | winsup/w32api/include/wsahelp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/wsahelp.h b/winsup/w32api/include/wsahelp.h index e3b45b86c..3c715e622 100644 --- a/winsup/w32api/include/wsahelp.h +++ b/winsup/w32api/include/wsahelp.h @@ -86,7 +86,7 @@ typedef INT (WINAPI *PWSH_STRING_TO_ADDRESS)(LPWSTR,DWORD,LPWSAPROTOCOL_INFOW,LP #endif /* RC_INVOKED */ #ifdef __cplusplus -}; +} #endif /* __cplusplus */ #endif /* _WSAHELP_H */ |