Fix up device type

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2735 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2007-08-26 20:29:12 +00:00
parent 2b768e222a
commit 84f666b16c

View file

@ -67,7 +67,7 @@ static gboolean supports_ethtool_carrier_detect (NMDevice8023Ethernet *dev);
static void supplicant_iface_state_cb (NMSupplicantInterface * iface,
guint32 new_state,
guint32 old_state,
NMDevice80211Wireless *self);
NMDevice8023Ethernet *self);
static void
@ -434,7 +434,7 @@ static void
supplicant_iface_state_cb (NMSupplicantInterface * iface,
guint32 new_state,
guint32 old_state,
NMDevice80211Wireless *self)
NMDevice8023Ethernet *self)
{
g_return_if_fail (self != NULL);