Warning fix.

This commit is contained in:
mark 2002-12-20 00:11:20 +00:00
parent 001e1a701a
commit 1f4dc6be73

View file

@ -4376,7 +4376,8 @@ void hfa384x_int_alloc(wlandevice_t *wlandev)
{
prism2sta_priv_t *priv = wlandev->priv;
hfa384x_t *hw = priv->hw;
UINT16 fid, result;
UINT16 fid;
INT16 result;
DBFENTER;