mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 05:03:33 +01: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:
parent
cc5212fdb1
commit
53b4019d1f
@ -79,7 +79,7 @@ static VC_INLINE void jent_get_nstime(uint64 *out)
|
||||
#endif
|
||||
* out = v.QuadPart;
|
||||
#else
|
||||
*out = __rdtsc();;
|
||||
*out = __rdtsc();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user