Skip to content

Commit

Permalink
Remove unnecessary NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
wwalexander authored Mar 12, 2018
1 parent 87bb820 commit 6e5e15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostsblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ int get_domain(char *rule, char *domain)

int main(int argc, char **argv)
{
FILE *list = NULL;
FILE *list;
char rule[MAX_DOMAIN_RULE_LENGTH];
char domain[MAX_DOMAIN_LENGTH] = { 0 };

Expand Down

0 comments on commit 6e5e15e

Please sign in to comment.