mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
pw-cli: fix print of pod debug
This commit is contained in:
parent
ab8f9be979
commit
bf52630153
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
#define FNM_EXTMATCH 0
|
#define FNM_EXTMATCH 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define spa_debug(fmt,...) printf(fmt, ## __VA_ARGS__)
|
#define spa_debug(fmt,...) printf(fmt"\n", ## __VA_ARGS__)
|
||||||
|
|
||||||
#include <spa/utils/result.h>
|
#include <spa/utils/result.h>
|
||||||
#include <spa/utils/string.h>
|
#include <spa/utils/string.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue