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
Diff: iothub_message.c
- Revision:
- 21:3c90c2262ce4
- Parent:
- 18:1e9adb15c645
- Child:
- 38:a05929a75111
diff -r 02a02ab6402f -r 3c90c2262ce4 iothub_message.c --- 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') {