From 2096f1a657f303fb209bf5999d0dbb8c21718af3 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sun, 1 Jan 2017 20:23:11 +0100 Subject: [PATCH] Fix C++ style comment in mqtt.c --- src/apps/mqtt/mqtt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/mqtt/mqtt.c b/src/apps/mqtt/mqtt.c index da70967d..cd271b15 100644 --- a/src/apps/mqtt/mqtt.c +++ b/src/apps/mqtt/mqtt.c @@ -835,7 +835,7 @@ mqtt_parse_incoming(mqtt_client_t *client, struct pbuf *p) if (msg_rem_len == 0) { /* Reset parser state */ client->msg_idx = 0; - //msg_tot_len = 0; + /* msg_tot_len = 0; */ fixed_hdr_idx = 0; } }