forked from xuos/xiuos
modify code standard
This commit is contained in:
@@ -240,7 +240,7 @@ __exit:
|
||||
return result;
|
||||
}
|
||||
|
||||
int EthernetPing(struct AdapterAT *adapterAT, const char *destination,struct ping_result *ping_resp)
|
||||
int EthernetPing(struct AdapterAT *adapterAT, const char *destination,struct PingResult *ping_resp)
|
||||
{
|
||||
char *ping_result = NONE;
|
||||
ping_result = (char *) UserCalloc(1, 17);
|
||||
|
||||
Reference in New Issue
Block a user