Fixed a typo.
This commit is contained in:
@@ -192,7 +192,7 @@ int _doGetDevices(GWEN_DB_NODE *dbArgs)
|
||||
}
|
||||
code=GWEN_IpcMsg_GetCode(msg);
|
||||
if (code==AQH_MSGTYPE_IPC_DATA_GETDEVICES_RSP) {
|
||||
AQH_VALUE_LIST *deviceList;
|
||||
AQH_DEVICE_LIST *deviceList;
|
||||
|
||||
AQH_DevicesDataIpcMsg_Parse(msg, 0);
|
||||
deviceList=AQH_DevicesDataIpcMsg_ReadDeviceList(msg);
|
||||
|
||||
Reference in New Issue
Block a user