1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

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

View File

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