]> git.alsa-project.org Git - alsa-utils.git/commit
axfer: fix no return statement in print_help() function
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 17 Dec 2018 05:07:27 +0000 (14:07 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 2 Jan 2019 10:23:36 +0000 (11:23 +0100)
commit7d0eacc3bbccee78a8147b2f468d9f9383ba2fd6
tree9164a23fb3171ca34c187563b785354de3991b1a
parent97fe7b550c0ff5549985363c753b1d52b9248c5f
axfer: fix no return statement in print_help() function

A function, print_help() in xfer module is defined to return integer
value, however this is useledd.

This commit fixes it.

Fixes: 908ff69be246 ('axfer: print help text of transfer subcommand just for common options')
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
axfer/xfer-options.c