mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
fix inadvertent typo that would cause compilation failure on windows
This commit is contained in:
parent
857a9b14d7
commit
e2f2d0cb0f
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ PBD::get_microseconds ()
|
|||
LARGE_INTEGER time;
|
||||
|
||||
if (timer_rate_usecs) {
|
||||
/ if (QueryPerformanceCounter (&time)) {
|
||||
if (QueryPerformanceCounter (&time)) {
|
||||
return (microseconds_t) (time.QuadPart * timer_rate_usecs);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue