Fixed a naming screwup for txfid_stackempty. Fat fingered I think.
This commit is contained in:
parent
3403fc0d8f
commit
673f7b6f8c
|
@ -197,7 +197,7 @@ static void prism2sta_inf_psusercnt(
|
|||
/*================================================================*/
|
||||
/* Function Definitions */
|
||||
|
||||
inline int g_stackempty(prism2sta_priv_t *priv)
|
||||
inline int txfid_stackempty(prism2sta_priv_t *priv)
|
||||
{
|
||||
UINT32 flags;
|
||||
/* paranoid? */
|
||||
|
|
Loading…
Reference in a new issue