semicolon

This commit is contained in:
leo 2023-07-10 18:55:05 +02:00
parent f5f0739313
commit 7189754795
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

View File

@ -139,7 +139,7 @@ int main(int argc, char *argv[])
printf("Liters: %i\n", meter_data.liters);
if(mosquitto_publish(mosq, NULL, mqtt_topic, strlen(buff),buff,0,false) != MOSQ_ERR_SUCCESS)
fprintf(stderr, "ERROR: could not publish message")
fprintf(stderr, "ERROR: could not publish message");
mosquitto_destroy(mosq);
mosquitto_lib_cleanup();