mirror of https://github.com/FreeRDP/FreeRDP
[winpr,synch] fix extra-semi warning
This commit is contained in:
parent
8b616f4fad
commit
a1a8f832f4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue