X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=src%2Fyx_uint16.c;h=e14d16de8b51fd5d57c8cfe1ec52a4f72f7bf173;hb=2ee362765a142ed12df2de1b7c337b46d6674395;hp=6adc034aecc2840f237bf0830de5a40c45a29b8c;hpb=c72ed6261224cc0a1b8aa72f6af966715970ff60;p=plomrogue diff --git a/src/yx_uint16.c b/src/yx_uint16.c index 6adc034..e14d16d 100644 --- a/src/yx_uint16.c +++ b/src/yx_uint16.c @@ -1,8 +1,7 @@ /* yx_uint16.c */ - - -#include "yx_uint16.h" /* for uint8_t, uint16_t */ +#include "yx_uint16.h" +#include /* for uint8_t, uint16_t */ @@ -12,10 +11,7 @@ extern uint8_t yx_uint16_cmp(struct yx_uint16 * a, struct yx_uint16 * b) { return 1; } - else - { - return 0; - } + return 0; }