Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tvhpoll: cosmetic chage for cppcheck
  • Loading branch information
perexg committed Dec 6, 2014
1 parent b659bce commit b87eb89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tvhpoll.c
Expand Up @@ -82,6 +82,7 @@ tvhpoll_create ( size_t n )
return NULL;
}
#else
fd = -1;
#endif
tvhpoll_t *tp = calloc(1, sizeof(tvhpoll_t));
tp->fd = fd;
Expand Down

0 comments on commit b87eb89

Please sign in to comment.