From 576f13061595dae46af025b4fce1a9b4ef95d37f Mon Sep 17 00:00:00 2001 From: iphydf Date: Wed, 31 Aug 2016 23:51:39 +0100 Subject: Remove redundant `return` statements. --- toxcore/util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'toxcore/util.c') diff --git a/toxcore/util.c b/toxcore/util.c index efb35ef2..285bba9b 100644 --- a/toxcore/util.c +++ b/toxcore/util.c @@ -82,7 +82,6 @@ void host_to_net(uint8_t *num, uint16_t numbytes) memcpy(num, buff, numbytes); #endif - return; } uint16_t lendian_to_host16(uint16_t lendian) -- cgit v1.2.3