mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-30 11:08:55 -05:00
log: move field around to plug hole in structure
This commit is contained in:
parent
87033894c5
commit
416bb2466d
3 changed files with 8 additions and 8 deletions
|
|
@ -68,9 +68,9 @@ struct { \
|
|||
} name
|
||||
|
||||
#define SPA_LOG_IMPL_INIT \
|
||||
{ { SPA_VERSION_LOG, \
|
||||
NULL, \
|
||||
{ { SPA_VERSION_LOG, \
|
||||
SPA_LOG_LEVEL_INFO, \
|
||||
NULL, \
|
||||
spa_log_impl_log, \
|
||||
spa_log_impl_logv,} }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue