mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa-json-dump: fix compilation
This commit is contained in:
parent
b67226fa0c
commit
7ce9b0daec
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ int main(int argc, char *argv[])
|
|||
if (spa_streq(d.filename, "-"))
|
||||
return process_stdin(&d);
|
||||
|
||||
((fd = open(d.filename, O_CLOEXEC | O_RDONLY)) < 0) {
|
||||
if ((fd = open(d.filename, O_CLOEXEC | O_RDONLY)) < 0) {
|
||||
fprintf(stderr, "error opening file '%s': %m\n", d.filename);
|
||||
goto error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue