tvhpoll: cosmetic chage for cppcheck

This commit is contained in:
Jaroslav Kysela 2014-12-06 16:30:47 +01:00
parent b659bce22d
commit b87eb898c8

View file

@ -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;