diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2023-06-10 16:44:19 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2023-06-10 16:51:02 +0100 |
commit | 1c4318331663b152b0b298bd2c9e5c971506a86b (patch) | |
tree | a402681cb84b491819ba5018525c16340110fd4d /src/l4dmm.c | |
parent | 602a18977d500ad068fd63fbedcafb630c29ee72 (diff) |
Prune some comments and tidy up other minor things
Diffstat (limited to 'src/l4dmm.c')
-rw-r--r-- | src/l4dmm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/l4dmm.c b/src/l4dmm.c index 8394038..3c7a07c 100644 --- a/src/l4dmm.c +++ b/src/l4dmm.c @@ -95,7 +95,7 @@ const char *l4dmm_curcampaign(void) { } INIT { - // ugh, we NEED to centralise the library stuff at some point, this sucks + // XXX: ugh, we NEED to centralise library stuff at some point, this sucks #ifdef _WIN32 void *mmlib = GetModuleHandleW(L"matchmaking.dll"); #else |