aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2021-08-19 02:18:25 +0200
committerDaniel Gavin <danielgavin5@hotmail.com>2021-08-19 02:18:25 +0200
commit7b3f1be112144438309b85cbde267adfc86c5fed (patch)
tree9e577f1973d6e779a08757f5757558efdd83e566 /src
parent2737ef54dca2d0339f60089cd6916695f976ac78 (diff)
typo...
Diffstat (limited to 'src')
-rw-r--r--src/main.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.odin b/src/main.odin
index bd008dc..b752b04 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -75,7 +75,7 @@ run :: proc(reader: ^server.Reader, writer: ^server.Writer) {
free_all(context.temp_allocator);
}
- for k, v in config.collections {
+ for k, v in common.config.collections {
delete(k);
delete(v);
}