mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
lib/libfetch/common.c: remove an extra semicolon
Signed-off-by: rilysh <nightquick@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/959
This commit is contained in:
parent
b139f2ee99
commit
fb3dc55a5c
1 changed files with 1 additions and 1 deletions
|
|
@ -1356,7 +1356,7 @@ fetch_read(conn_t *conn, char *buf, size_t len)
|
|||
}
|
||||
timersub(&timeout, &now, &delta);
|
||||
deltams = delta.tv_sec * 1000 +
|
||||
delta.tv_usec / 1000;;
|
||||
delta.tv_usec / 1000;
|
||||
}
|
||||
errno = 0;
|
||||
pfd.revents = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue