Skip to content

Commit

Permalink
remove unsigned modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed Aug 18, 2017
1 parent aa9d7ea commit e017581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lwmqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e017581

Please sign in to comment.