doc: small fix

This commit is contained in:
Wim Taymans 2020-06-16 12:28:22 +02:00
parent cd7a56a71c
commit f2245ecbb1

View file

@ -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.
```c
struct spa_log *log;
struct spa_log *log = iface;
spa_log_warn(log, "Hello World!\n");
```