fix -Wreturn-type warning
authorAndre Heider <a.heider@gmail.com>
Wed, 23 Nov 2022 13:40:24 +0000 (14:40 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 15 Dec 2022 19:07:49 +0000 (20:07 +0100)
commit4aa6c5a45cde865e6fc0a31f38aa151bdf73f448
treebaecef2d0d706cfe5d6fbde1b8939b6cb32172c9
parent311272660d77beac761f036192df2573c4c01bf6
fix -Wreturn-type warning

The function doesn't return anything nor does any caller expect
anything.

Signed-off-by: Andre Heider <a.heider@gmail.com>
iwinfo_nl80211.c