Fixed a typo error (#929)

Hi

I have fixed a little typo error: a double semicolon at the end of one line

ciao
matteo
This commit is contained in:
Matteo Baccan 2022-08-21 17:56:31 +02:00 committed by GitHub
parent cc5212fdb1
commit 53b4019d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ static VC_INLINE void jent_get_nstime(uint64 *out)
#endif
* out = v.QuadPart;
#else
*out = __rdtsc();;
*out = __rdtsc();
#endif
}