mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Reduce compilation warnings
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
edcd677bf2
commit
49dde08641
9 changed files with 7 additions and 20 deletions
|
|
@ -3256,7 +3256,7 @@ int alsa_lisp(struct alisp_cfg *cfg, struct alisp_instance **_instance)
|
|||
else
|
||||
alsa_lisp_free(instance);
|
||||
|
||||
return 0;
|
||||
return retval;
|
||||
}
|
||||
|
||||
void alsa_lisp_free(struct alisp_instance *instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue