tvhpoll: cosmetic chage for cppcheck
This commit is contained in:
parent
b659bce22d
commit
b87eb898c8
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue