corrected version (with typedef struct IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE_DATA* IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE;) included in the sources

Dependents:   STM32F746_iothub_client_sample_mqtt

Fork of iothub_client by Azure IoT

Revision:
21:3c90c2262ce4
Parent:
18:1e9adb15c645
Child:
38:a05929a75111
--- a/iothub_message.c	Mon Nov 30 20:26:27 2015 -0800
+++ b/iothub_message.c	Thu Dec 17 18:23:39 2015 -0800
@@ -32,7 +32,7 @@
 
 static bool ContainsOnlyUsAscii(const char* asciiValue)
 {
-    bool result = true;;
+    bool result = true;
     const char* iterator = asciiValue;
     while (iterator != NULL && *iterator != '\0')
     {