mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
doc: small fix
This commit is contained in:
parent
cd7a56a71c
commit
f2245ecbb1
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ If this method succeeds, you can cast the `iface` variable to
|
||||||
`struct spa_log *` and start using the log interface methods.
|
`struct spa_log *` and start using the log interface methods.
|
||||||
|
|
||||||
```c
|
```c
|
||||||
struct spa_log *log;
|
struct spa_log *log = iface;
|
||||||
spa_log_warn(log, "Hello World!\n");
|
spa_log_warn(log, "Hello World!\n");
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue