[winpr,synch] fix extra-semi warning

This commit is contained in:
akallabeth 2024-04-22 16:59:37 +02:00 committed by akallabeth
parent 8b616f4fad
commit a1a8f832f4
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ static struct timespec ts_from_ns(void)
struct timespec timeout = { 0 };
timeout.tv_sec = WINPR_TIME_NS_TO_S(ns);
timeout.tv_nsec = WINPR_TIME_NS_REM_NS(ns);
;
return timeout;
}