summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-22 12:43:27 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-22 12:43:27 +0200
commit6a0ce89e1110cb49ed1c00bec2d96073b9378cb3 (patch)
tree02fb998ad1a271ac8e18ba71f38ef93ad057ce28 /meson.build
parent2fe1271d25eae0f30401fb52330db3a324504952 (diff)
config-parser is a better name
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b183999..d07a923 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ mcproxy_sources = [
'server-proxy.c',
'server-config.c',
'announce.c',
- 'config-parse.c',
+ 'config-parser.c',
'rcon.c',
'idle.c',
'igmp.c',