[client] cosmetics/naming cleanup

This commit is contained in:
Geoffrey McRae
2026-08-15 01:34:40 +10:00
parent c11842a43c
commit 97b249b49b
18 changed files with 630 additions and 633 deletions

View File

@@ -130,7 +130,7 @@ void app_mouseTrace(const char * file, unsigned int line,
return;
flockfile(stderr);
debug_info(file, line, function, "Mouse %06" PRIu64 ": %s", seq,
debug_info(file, line, function, "Mouse %06lu: %s", seq,
message);
funlockfile(stderr);
}