From fef590b5291fb45dd884b274bf7a15fdc802a928 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 5 Nov 2021 12:59:05 +0100 Subject: [PATCH] formatting --- src/ebusd/mqtthandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/mqtthandler.cpp b/src/ebusd/mqtthandler.cpp index 3599443c..39970563 100755 --- a/src/ebusd/mqtthandler.cpp +++ b/src/ebusd/mqtthandler.cpp @@ -192,7 +192,7 @@ static error_t mqtt_parse_opt(int key, char *arg, struct argp_state *state) { break; case O_VERB: // --mqttverbose - g_publishFormat |= OF_NAMES|OF_UNITS|OF_COMMENTS|OF_ALL_ATTRS + g_publishFormat |= OF_NAMES|OF_UNITS|OF_COMMENTS|OF_ALL_ATTRS; break; #if (LIBMOSQUITTO_VERSION_NUMBER >= 1003001)