From ddb56b384de2123bc1f82312039f66c7b1004fde Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 25 Dec 1999 22:16:28 +0000 Subject: [PATCH] C++ comments in C files are fun but break the compilation (for the Nth time) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/gsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/gsocket.c b/src/unix/gsocket.c index 1afb3a659d..ad6dc22ce6 100644 --- a/src/unix/gsocket.c +++ b/src/unix/gsocket.c @@ -64,7 +64,7 @@ struct sockaddr_un { # endif #endif -#endif // SOCKLEN_T +#endif /* SOCKLEN_T */ #define MASK_SIGNAL() \ { \ -- 2.47.2