libusbgx: Add missing return statement in non-void functions.
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Wed, 11 Dec 2013 09:35:35 +0000 (10:35 +0100)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 22 Dec 2015 19:33:56 +0000 (20:33 +0100)
commit58fb019754208a9260e60606c2a841215976ab99
tree73e0f6639d95a92f00a38cd5fd821cbc80514137
parent33ef01ab263764d61552db4d2e1c1ca207c32cd3
libusbgx: Add missing return statement in non-void functions.

Add return 0 in functions which return non-void to
suppress compiler complaint.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
[Port from libusbg and update description]
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
src/usbg.c