Azure IoT common library
Dependents: STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more
Diff: singlylinkedlist.c
- Revision:
- 48:81866008bba4
- Parent:
- 45:1119d0f2c4d8
- Child:
- 49:6bb8b9a66642
--- a/singlylinkedlist.c Thu Jul 12 18:10:56 2018 -0700 +++ b/singlylinkedlist.c Tue Sep 11 11:15:08 2018 -0700 @@ -159,7 +159,7 @@ LIST_ITEM_HANDLE singlylinkedlist_get_head_item(SINGLYLINKEDLIST_HANDLE list) { LIST_ITEM_HANDLE result; - + if (list == NULL) { /* Codes_SRS_LIST_01_009: [If the list argument is NULL, singlylinkedlist_get_head_item shall return NULL.] */