diff options
author | Sadie Powell <sadie@witchery.services> | 2020-03-30 17:24:12 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-03-30 17:24:12 +0100 |
commit | 9ebda853f5bc470858501897442610699a5fd5de (patch) | |
tree | 95868366404431602883c9671a0b9f5df60e322f /include/socket.h | |
parent | 3f3da905b9bce3b180208ed3e6547f8579779b28 (diff) |
Fix various documentation and formatting issues.
Diffstat (limited to 'include/socket.h')
-rw-r--r-- | include/socket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/socket.h b/include/socket.h index 4c8a7b166..143c8f809 100644 --- a/include/socket.h +++ b/include/socket.h @@ -143,7 +143,6 @@ namespace irc /** Represents information about a failed port binding. */ struct CoreExport FailedPort { - /** The error which happened during binding. */ int error; |