Remove redundant elaborated type specifiers

This commit is contained in:
Dr. Dystopia
2024-08-13 11:23:41 +02:00
parent 5af0ae25e6
commit 0aa8e0f477
7 changed files with 12 additions and 12 deletions

View File

@ -258,7 +258,7 @@ static void ReadCommand()
static bool IsDataAvailable()
{
struct timeval t;
timeval t;
fd_set _fds, *fds = &_fds;
FD_ZERO(fds);