core: remove stray semi-colon

This commit is contained in:
Dan Williams 2009-02-10 18:30:59 -05:00
parent ae5adeaf2b
commit de15a81c5e

View file

@ -3508,7 +3508,7 @@ nm_device_wifi_set_enabled (NMDeviceWifi *self, gboolean enabled)
gboolean no_firmware = FALSE, success;
struct iw_range range;
if (state != NM_DEVICE_STATE_UNAVAILABLE);
if (state != NM_DEVICE_STATE_UNAVAILABLE)
nm_warning ("not in expected unavailable state!");
if (!nm_device_hw_bring_up (NM_DEVICE (self), TRUE, &no_firmware)) {