summaryrefslogtreecommitdiff
path: root/include/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/socket.h')
-rw-r--r--include/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/socket.h b/include/socket.h
index de0b0510b..1304ecb57 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -155,8 +155,8 @@ namespace irc
* descriptors)
*/
CoreExport int OpenTCPSocket(char* addr, int socktype = SOCK_STREAM);
- };
-};
+ }
+}
/** This class handles incoming connections on client ports.
* It will create a new userrec for every valid connection