mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[client] cosmetics/naming cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user