when pointer, use NULL instead of 0

This commit is contained in:
Francois Perrad
2017-06-02 18:14:31 +02:00
parent 206b9cea0d
commit 5f76e4c1ed
5 changed files with 6 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ static const packettype cli_packettypes[] = {
{SSH_MSG_REQUEST_SUCCESS, ignore_recv_response},
{SSH_MSG_REQUEST_FAILURE, ignore_recv_response},
#endif
{0, 0} /* End */
{0, NULL} /* End */
};
static const struct ChanType *cli_chantypes[] = {