Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Update MainForm.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Sep 11, 2020
1 parent 4316ed6 commit 6063ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNSChanger/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private void FillInterfacesCombo()
}

// some users do not have any interfaces available
if (interfacesCombo.Items.Count <= 0)
if (interfacesCombo.Items.Count == 0)
{
const string message = "Failed to fetch network interface list";

Expand Down

0 comments on commit 6063ad0

Please sign in to comment.