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

Commit 6063ad0

Browse files
committed
Update MainForm.cs
1 parent 4316ed6 commit 6063ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DNSChanger/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private void FillInterfacesCombo()
7171
}
7272

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

0 commit comments

Comments
 (0)