Skip to content

Commit

Permalink
Just to get a new PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Duveau committed Feb 18, 2018
1 parent 29b4a3b commit b467fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc3195/src/beepchannel.c
Expand Up @@ -96,7 +96,7 @@ srRetVal sbChanSetChanno(sbChanObj *pThis, int iChanno)
return SR_RET_ERR;

sbNVTESetKeyU(pEntry, iChanno);
sbNVTESetUsrPtr(pEntry, pThis, (void(*)(void*))sbChanTeardown);
sbNVTESetUsrPtr(pEntry, pThis, (void(*)(void*)) sbChanTeardown);

return iRet;
}
Expand Down

0 comments on commit b467fb8

Please sign in to comment.