From e0175814874ba8a9a09766446be948f87e029925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20G=C3=A4hwiler?= Date: Fri, 18 Aug 2017 15:51:03 +0200 Subject: [PATCH] remove unsigned modifier --- include/lwmqtt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lwmqtt.h b/include/lwmqtt.h index 6c3c3bb..471a99d 100644 --- a/include/lwmqtt.h +++ b/include/lwmqtt.h @@ -207,7 +207,7 @@ typedef struct { */ typedef struct { lwmqtt_string_t client_id; - unsigned short keep_alive; + int keep_alive; bool clean_session; lwmqtt_string_t username; lwmqtt_string_t password;