Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmikkers committed Jul 27, 2020
1 parent 9dc2654 commit ab3f48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/FormAlternatives.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private void TestIt()
buttonMatchResult.BackColor = SystemColors.Control;
}
}
catch (Exception e)
catch
{
buttonMatchResult.Text = "Invalid filter";
buttonMatchResult.BackColor = Color.Red;
Expand Down

0 comments on commit ab3f48c

Please sign in to comment.