mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
msg: fix typo in comment
This commit is contained in:
parent
99ee43b33b
commit
49eb3c4025
@ -63,7 +63,7 @@ bool mp_msg_test(struct mp_log *log, int lev);
|
||||
#define mp_trace(log, ...) mp_msg(log, MSGL_TRACE, __VA_ARGS__)
|
||||
|
||||
// Convenience macros, typically called with a pointer to a context struct
|
||||
// as first argument, which has a "struct mp_log log;" member.
|
||||
// as first argument, which has a "struct mp_log *log;" member.
|
||||
|
||||
#define MP_MSG(obj, lev, ...) mp_msg((obj)->log, lev, __VA_ARGS__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user