mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 18:05:42 +01:00
alsactl: return error value in dump_config_tree()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
3d7a6facd9
commit
d6d566a9ee
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ static int dump_config_tree(snd_config_t *top)
|
|||
return err;
|
||||
err = snd_config_save(top, out);
|
||||
snd_output_close(out);
|
||||
return 0;
|
||||
return err;
|
||||
}
|
||||
|
||||
static int dump_state(const char *file)
|
||||
|
|
Loading…
Reference in a new issue