From 1c4318331663b152b0b298bd2c9e5c971506a86b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 10 Jun 2023 16:44:19 +0100 Subject: Prune some comments and tidy up other minor things --- src/l4dmm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/l4dmm.c') 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 -- cgit v1.2.3-54-g00ecf