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:
@@ -79,7 +79,7 @@ static VC_INLINE void jent_get_nstime(uint64 *out)
|
||||
#endif
|
||||
* out = v.QuadPart;
|
||||
#else
|
||||
*out = __rdtsc();;
|
||||
*out = __rdtsc();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user