Remove extra semicolon.

This commit is contained in:
Max Khon 2004-06-02 18:03:07 +00:00
parent 4f8f819975
commit 9455fe9a67
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ arl_ioctl(ifp, cmd, data)
{
struct arl_softc *sc = ifp->if_softc;
struct ifreq *ifr = (struct ifreq *)data;
struct ieee80211req *ireq = (struct ieee80211req *)data;;
struct ieee80211req *ireq = (struct ieee80211req *)data;
d_thread_t *td = _ARL_CURPROC;
struct arl_req arlan_io;
int count, s, error = 0;