소스 검색

Fixed bug #51002

Signed-off-by: goldsimon <goldsimon@gmx.de>
Adrey Vinogradov 8 년 전
부모
커밋
46f2e25ce0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/mqtt_client.txt

+ 1 - 1
doc/mqtt_client.txt

@@ -40,7 +40,7 @@ void example_do_connect(mqtt_client_t *client)
   
   err = mqtt_client_connect(client, ip_addr, MQTT_PORT, mqtt_connection_cb, 0, &ci);
   
-  /* For now just print the result code if something goes wrong
+  /* For now just print the result code if something goes wrong */
   if(err != ERR_OK) {
     printf("mqtt_connect return %d\n", err);
   }