summaryrefslogtreecommitdiff
path: root/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'config.md')
-rw-r--r--config.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.md b/config.md
index d02ee3b..d171a31 100644
--- a/config.md
+++ b/config.md
@@ -94,7 +94,7 @@ struct server_config SERVER_CONFIG[] = {
*/
.address = STRING("127.0.0.1"),
.port = STRING("7000"),
- },
+ },
};
size_t SERVER_CONFIG_LEN = sizeof(SERVER_CONFIG) / sizeof(*SERVER_CONFIG);
@@ -403,6 +403,3 @@ make
```sh
./HaxIRCd
```
-
-<!-- vim: noexpandtab ts=8 sw=8
--->