mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
Fix the minor style issue
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:

committed by
Petro Karashchenko

parent
4941182cc6
commit
893387b2c5
@@ -310,7 +310,7 @@ static int xmlrpc_parsemethod(struct parsebuf_s *pbuf)
|
||||
int ret = XMLRPC_PARSE_ERROR;
|
||||
int type;
|
||||
|
||||
memset((void *)&g_xmlcall, 0, sizeof(struct xmlrpc_s));
|
||||
memset(&g_xmlcall, 0, sizeof(struct xmlrpc_s));
|
||||
|
||||
/* Look for the methodName tag */
|
||||
|
||||
|
Reference in New Issue
Block a user