Commit Graph
2 Commits
Author SHA1 Message Date
Ho Tuan Kiet 5450ee2d87 bin/media_client: return 0 on success
In MediaPlay.cpp, media_play returns non-zero value on failure but forgets to return zero on success.

Coverity CID: 1422617

Signed-off-by: Augustin Cavalier <[email protected]>
2017-12-29 15:28:38 -05:00
Ho Tuan Kiet f94f87c710 bin/pc: Mark non-returning function as void
set_var doesn't return any value yet its return type is ULONG, and Coverity freaks out about that. This patch turns that function into a void function.

Coverity CID: 603433

Signed-off-by: Augustin Cavalier <[email protected]>
2017-12-29 15:28:30 -05:00