mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 18:08:05 +02:00
core: remove stray semi-colon
This commit is contained in:
parent
ae5adeaf2b
commit
de15a81c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue